IsCleared - Location

Revision as of 15:23, 23 August 2014 by imported>Iceburg333 (→‎See Also)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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

See AlsoEdit