OnCellAttach - ObjectReference
Jump to navigation
Jump to search
Member of: ObjectReference Script
Event called when this reference's parent cell is attached.
Syntax[edit | edit source]
Event OnCellAttach()
Parameters[edit | edit source]
None.
Examples[edit | edit source]
Event OnCellAttach()
Debug.Trace("Our parent cell has attached")
endEvent
Notes[edit | edit source]
- Still cannot be used to track the player changing cells, if attached to the player alias.