OnCommandModeExit - Actor
From Creation Kit
Member of: Actor Script
Event called when the player exits command mode with this actor as the commanded actor.
Contents
Syntax
Event OnCommandModeExit()
Parameters
None
Examples
Event OnCommandModeExit() Debug.Trace("Player stopped commanding this actor...") endEvent