- Found in:
- Vanilla
eventOnCommandModeEnter(ObjectReferenceakSenderRef)
Description
Documentation Comment
Event received when the player begins commanding this object
Parameters
ObjectReferenceakSenderRef
Examples
Auto-Generated Example
Scriptname MyCoolScript extends RefCollectionAlias
event OnCommandModeEnter(ObjectReference akSenderRef)
Debug.trace("Event received - OnCommandModeEnter: akSenderRef = " + akSenderRef)
endEvent