IsLoaded - 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 loaded or not.

Syntax[edit | edit source]

bool Function IsLoaded() native

Parameters[edit | edit source]

None.

Return Value[edit | edit source]

Whether this location is loaded or not. A location is loaded if any of its cells are loaded.

Examples[edit | edit source]

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

See Also[edit | edit source]