Background for Fallout 4
Member of the ObjectReference script

Description

Wiki Description

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

Documentation Comment

Event received when this object's parent cell is detached


Examples

Event OnCellDetach()
  Debug.Trace("Our parent cell has detached")
endEvent

Auto-Generated Example

Scriptname MyCoolScript extends ObjectReference

event OnCellDetach()
    Debug.trace("Event received - OnCellDetach")
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.