IsCleared - Location
Member of: Location Script
Returns if this location is flagged as cleared or not.
SyntaxEdit
bool Function IsCleared() native
ParametersEdit
None.
Return ValueEdit
Whether this location is flagged as cleared or not.
ExamplesEdit
; Is this location cleared?
if (MyHouseProperty.IsCleared())
Debug.Trace("My house is cleared")
endIf