Trigger::GetTriggerType
Defined in:
Returns the specific type of a trigger.
C4Triggers.h
Prototype
TriggerType GetTriggerType(void) const;
Description
The GetTriggerType
function returns the specific trigger type, which can be one of the following constants.
kTriggerBox |
Box trigger. |
kTriggerCylinder |
Cylinder trigger. |
kTriggerSphere |
Sphere trigger. |