Background for Starfield
Member of the ObjectReference script

Description

Wiki Description

Event called when this reference's parent cell is attached.

Documentation Comment

Event received when this object's parent cell is attached


Caveats

CK Wiki - Notes

  • Still cannot be used to track the player changing cells, if attached to the player alias.

Examples

Event OnCellAttach()
  Debug.Trace("Our parent cell has attached")
endEvent

Auto-Generated Example

Scriptname MyCoolScript extends ObjectReference

event OnCellAttach()
    Debug.trace("Event received - OnCellAttach")
endEvent

Related Pages


Additional References

View this event’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.