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