Background for Fallout 4
Member of the Cell script
boolfunctionIsLoaded()Native

Description

Wiki Description

Returns whether this cell is currently loaded or not. (In the loaded area or preloaded)

Documentation Comment

Is this cell currently loaded?


Caveats


Examples

; Is the parent cell preloaded?
if (parentCell.IsLoaded() && !parentCell.IsAttached())
  Debug.Trace("The parent cell is pre-loaded")
endIf

Auto-Generated Example

bool returnedValue = myCell__toCallFunctionOn.IsLoaded()

Related Pages


Additional References

View this function’s page on the Fallout 4 Creation Kit Wiki

Some data provided by the Fallout 4 Creation Kit Wiki. Licensed under the Creative Commons Attribution-Share Alike 4.0 license.