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