Click or drag to resize

TriggerCategory Enumeration

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "T:Monkeyspeak.TriggerCategory"]

Namespace:  Monkeyspeak
Assembly:  Monkeyspeak (in Monkeyspeak.dll) Version: 7.0.10.28723 (7.0.10.28723)
Syntax
[SerializableAttribute]
public enum TriggerCategory
Members
  Member nameValueDescription
Undefined-1 A trigger that was not defined. You should never encounter this if you do then something isn't quite right.
Cause0 A trigger defined with a 0

Example: (0:1) when someone says something,

Condition1 A trigger defined with a 1

Example: (1:2) and they moved # units left,

Effect5 A trigger defined with a 5

Example: (5:1) print {Hello World} to the console.

Flow6
See Also