Description
Wiki Description
Returns whether this cell is currently 'attached' or not. (In the loaded area)
Documentation Comment
Is this cell "attached"? (In the loaded area)
Caveats
Examples
; Is the parent cell attached? (In the loaded area)
if (parentCell.IsAttached())
Debug.Trace("The parent cell is attached")
endIfAuto-Generated Example
bool returnedValue = myCell__toCallFunctionOn.IsAttached()Additional References
View this function’s page on the Fallout 4 Creation Kit Wiki
