TriggerCategory Enumeration | 
[This is preliminary documentation and is subject to change.]
[Missing <summary> documentation for "T:Monkeyspeak.TriggerCategory"]
Namespace: Monkeyspeak
| Member name | Value | Description | |
|---|---|---|---|
| Undefined | -1 | A trigger that was not defined. You should never encounter this if you do then something isn't quite right. | |
| Cause | 0 | 
            A trigger defined with a 0
             Example: (0:1) when someone says something,  | |
| Condition | 1 | 
            A trigger defined with a 1
             Example: (1:2) and they moved # units left,  | |
| Effect | 5 | 
            A trigger defined with a 5
             Example: (5:1) print {Hello World} to the console.  | |
| Flow | 6 |