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