- Found in:
- Vanilla
eventOnClose(ObjectReferenceakActionRef)
Description
Documentation Comment
Event received when this object is closed
Parameters
ObjectReferenceakActionRef
Examples
Auto-Generated Example
Scriptname MyCoolScript extends ReferenceAlias
event OnClose(ObjectReference akActionRef)
Debug.trace("Event received - OnClose: akActionRef = " + akActionRef)
endEvent