C4 Engine
C4 Engine API Documentation

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 constants.
kZoneInfinite Infinite zone that covers all space.
kZoneBox Zone having the shape of a box.
kZoneCylinder Zone having the shape of a cylinder.
kZonePolygon Zone having the shape of an extruded convex polygon.