Background for Skyrim SE
Member of the Location script
boolfunctionIsLoaded()Native

Description

Wiki Description

Returns if this location is loaded or not.

Documentation Comment

Is this location loaded in game?


Caveats


Examples

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

Auto-Generated Example

bool returnedValue = myLocation__toCallFunctionOn.IsLoaded()

Related Pages


Additional References

View this function’s page on the Skyrim Creation Kit Wiki

Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.