GetIsAreaNatural(object)
Returns whether an area is natural or not
int GetIsAreaNatural( object oArea );
Parameters
oArea
Area to test whether is natural
Description
Returns AREA_NATURAL if the area oArea is natural, AREA_ARTIFICIAL otherwise.
Returns AREA_INVALID, on an error.
Remarks
The natural / artificial status of the area is set in the area's properties under the advanced tab.
AREA_NATURAL is declared as 1 in nwscript.nss, and AREA_ARTIFICIAL as 0. So you could also say that the function returns TRUE if the area is natural, and FALSE otherwise.
Version
1.32
See Also
functions: | GetIsAreaAboveGround | GetIsAreaInterior |
categories: | Area Functions | Get Data Functions | Get Data from Object Functions |
constants: | AREA_TRANSITION_* Constants |
author: Lilac Soul, editor: Mistress