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")
endIfAuto-Generated Example
bool returnedValue = myLocation__toCallFunctionOn.IsLoaded()Related Pages
Additional References
View this function’s page on the Fallout 4 Creation Kit Wiki
