C4 Engine
C4 Engine API Documentation

TriggerObject::GetTriggerFlags

Defined in:  C4Triggers.h
Returns the trigger flags.
Prototype

uint32 GetTriggerFlags(voidconst;

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.
The initial value for the trigger flags is kTriggerActivateDisable.
See Also

TriggerObject::SetTriggerFlags