OnCommandModeExit - Actor

Member of: Actor Script

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

SyntaxEdit

Event OnCommandModeExit()

ParametersEdit

None

ExamplesEdit

Event OnCommandModeExit()
  Debug.Trace("Player stopped commanding this actor...")
endEvent

See AlsoEdit