AREA_* Constant Group
Constants pertaining to the properties of the area as set in the area's properties, and used with GetIsAreaAboveGround and GetIsAreaNatural.
Constants
Constant | Description |
---|
AREA_ABOVEGROUND | The area is aboveground, as opposed to underground. |
|
AREA_ARTIFICIAL | The area is artificial, as opposed to natural. |
|
AREA_INVALID | Return value for incorrect use of GetIsAreaAboveGround and GetIsAreaNatural. |
|
AREA_NATURAL | The area is natural, as opposed to artificial. |
|
AREA_UNDERGROUND | The area is underground, as opposed to aboveground. |
|
See Also
Send comments on this topic.