C4 Engine
C4 Engine API Documentation

TriggerObject::SetTriggerFlags

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

void SetTriggerFlags(uint32 flags);

Parameters
flags The new trigger flags.
Description
The SetTriggerFlags function sets the trigger flags to the value specified by the flags parameter, 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::GetTriggerFlags