OnCommandModeEnter - Actor

Member of: Actor Script

Event called when the player enters command mode with this actor as the commanded actor.

SyntaxEdit

Event OnCommandModeEnter()

ParametersEdit

None

ExamplesEdit

Event OnCommandModeEnter()
  Debug.Trace("Player is now commanding this actor...")
endEvent

See AlsoEdit