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