TriggerObject::GetTriggerFlags
Defined in:
Returns the trigger flags.
C4Triggers.hPrototype
uint32 GetTriggerFlags(void) const;
Description
The GetTriggerFlags function returns the trigger flags, which can be a combination (through logical OR) of the following constants.
kTriggerActivateDisable |
The trigger is disabled after the first time it is activated. |
kTriggerContinuouslyActivated |
The trigger is continuously activated instead of being activated only on entry. |
kTriggerActivateDisable.
See Also
