- Found in:
- Vanilla
eventOnCellDetach()
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")
endEventAuto-Generated Example
Scriptname MyCoolScript extends ObjectReference
event OnCellDetach()
Debug.trace("Event received - OnCellDetach")
endEvent