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.


Version

1.31

See Also

functions: GetIsAreaAboveGround
categories: Area Functions | Get Data Functions | Get Data from Object Functions


 author: Lilac Soul
 Send comments on this topic.