6 KiB
6 KiB
Table of Contents
Variables for "Rougail"
Variable | Description |
---|---|
rougail.boolboolean standard mandatory |
A boolean variable. Default: false |
rougail.int1number standard mandatory |
First integer variable. Default: if bool returns 1 otherwise return 2. |
rougail.int2number standard mandatory |
Second integer variable. Default: if bool returns 3 otherwise return 4. |
Example with all variables modifiable
---
rougail:
bool: false
int1: 2
int2: 3