HasEverBeenCleared - Location

Member of: Location Script

Returns if this location has ever been cleared.

SyntaxEdit

bool Function HasEverBeenCleared() native

ParametersEdit

None.

Return ValueEdit

Whether this location has ever been cleared.

ExamplesEdit

; Has this location ever been cleared?
if (!MyHouseProperty.IsCleared() && MyHouseProperty.HasEverBeenCleared())
  Debug.Trace("My house is not cleared any more.")
endIf

See AlsoEdit