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