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