- Found in:
- Vanilla
eventOnAttachedToCell()
Description
Documentation Comment
Event received when this object has moved to an attached cell from a detached one
Examples
Auto-Generated Example
Scriptname MyCoolScript extends ReferenceAlias
event OnAttachedToCell()
Debug.trace("Event received - OnAttachedToCell")
endEvent