OnCommandModeExit - Actor
Jump to navigation
Jump to search
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