OnCommandModeExit - Actor

From the Fallout4 CreationKit Wiki
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

See Also[edit | edit source]