OnCommandModeExit - Actor
Revision as of 10:02, 21 October 2013 by imported>Plplecuyer (→See Also)
Member of: Actor Script
Event called when the player exits command mode with this actor as the commanded actor.
Syntax[edit | edit source]
Event OnCommandModeExit()
Parameters[edit | edit source]
None
Examples[edit | edit source]
Event OnCommandModeExit()
Debug.Trace("Player stopped commanding this actor...")
endEvent