BlockerObject::GetBlockerType
Defined in:
Returns the specific type of a blocker.
C4Blockers.h
Prototype
BlockerType GetBlockerType(void) const;
Description
The GetBlockerType
function returns the specific blocker type, which can be one of the following constants.
kBlockerPlate |
Plate blocker. |
kBlockerBox |
Box blocker. |
kBlockerCylinder |
Cylinder blocker. |
kBlockerSphere |
Sphere blocker. |
kBlockerCapsule |
Capsule blocker. |