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

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")
endIf

Auto-Generated Example

bool returnedValue = myCell__toCallFunctionOn.IsAttached()

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.