API Reference v9.2.0

TriggerStatestruct

Module: ZaberMotionAscii

The complete state of a trigger.

To use this type, add import ZaberMotionAscii to the top of your source code.

Related Guides:

Properties

p

condition

triggerState.condition
String The firing condition for a trigger.
p

actions

triggerState.actions
[String] The actions for a trigger.
p

enabled

triggerState.enabled
Bool The enabled state for a trigger.
p

firesTotal

triggerState.firesTotal
Int The number of total fires for this trigger. A value of -1 indicates unlimited fires.
p

firesRemaining

triggerState.firesRemaining
Int The number of remaining fires for this trigger. A value of -1 indicates unlimited fires remaining.