IsCleared - Location

From the CreationKit Wiki
Revision as of 15:27, 18 October 2011 by imported>Rhavlovick (1 revision: Clobber re-import by Henning)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Member of: Location Script

Returns if this location is flagged as cleared or not.

Syntax

bool Function IsCleared() native

Parameters

None.

Return Value

Whether this location is flagged as cleared or not.

Examples

; Is this location cleared?
if (MyHouseProperty.IsCleared())
  Debug.Trace("My house is cleared")
endIf

See Also