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