OnCommandModeEnter - Actor

From the Fallout4 CreationKit Wiki
Revision as of 11:02, 21 October 2013 by imported>Plplecuyer (→‎See Also)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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

See Also[edit | edit source]