Background for Skyrim SE
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 Skyrim Creation Kit Wiki

Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.