API Reference v9.2.0

TriggerEnabledStatestruct

Module: ZaberMotionAscii

The enabled state of a single trigger. Returns whether the given trigger is enabled and the number of times it will fire. This is a subset of the complete state, and is faster to query.

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

Related Guides:

Index

Properties

p

enabled

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

firesRemaining

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