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