Background for Starfield
Member of the Actor script

Description

Documentation Comment

Event that is triggered when this actor removes another actor from its combat list.


Parameters

  1. ActorakTarget


Examples

Auto-Generated Example

Scriptname MyCoolScript extends Actor

event OnCombatListRemoved(Actor akTarget)
    Debug.trace("Event received - OnCombatListRemoved: akTarget = " + akTarget)
endEvent
Some data provided by the Fallout 4 Creation Kit Wiki. Licensed under the Creative Commons Attribution-Share Alike 4.0 license.