OnCompanionDismiss - Actor

From the Fallout4 CreationKit Wiki
Revision as of 16:14, 11 August 2014 by imported>Plplecuyer
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Member of: Actor Script

Event sent to a companion when they are dismissed.

Syntax[edit | edit source]

Event OnCompanionDismiss()

Parameters[edit | edit source]

None

Examples[edit | edit source]

; Event is sent to the actor being dismissed
Event OnCompanionDismiss()
  Debug.Trace("Dismissed by player!")
endEvent

See Also[edit | edit source]