Background for Fallout 4
Member of the Actor script

Description

Wiki Description

Event sent to a companion when they are dismissed.

Documentation Comment

Received when player dismisses teammate companion


Examples

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

Auto-Generated Example

Scriptname MyCoolScript extends Actor

event OnCompanionDismiss()
    Debug.trace("Event received - OnCompanionDismiss")
endEvent

Related Pages


Additional References

View this event’s page on the Fallout 4 Creation Kit Wiki

Some data provided by the Fallout 4 Creation Kit Wiki. Licensed under the Creative Commons Attribution-Share Alike 4.0 license.