C4 Engine Terathon Software C4 Engine API Documentation

• World Manager

API Links
Developer Links

Zone::GetZoneType

Defined in:  C4Zones.h
Returns the type of a zone.
Prototype

ZoneType GetZoneType(voidconst;

Description
The GetZoneType function returns the type of a zone, which can be one of the following values.
kZoneInfinite Infinite zone that covers all space.
kZoneBox Box-shaped zone.
kZoneCylinder Cylinder-shaped zone.
kZoneDome Dome-shaped zone.
kZonePolygon Zone whose base is a convex polygon.