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