IsCleared - Location
Jump to navigation
Jump to search
Member of: Location Script
Returns if this location is flagged as cleared or not.
Syntax[edit | edit source]
bool Function IsCleared() native
Parameters[edit | edit source]
None.
Return Value[edit | edit source]
Whether this location is flagged as cleared or not.
Examples[edit | edit source]
; Is this location cleared?
if (MyHouseProperty.IsCleared())
Debug.Trace("My house is cleared")
endIf