Background for Starfield
Member of the SpaceshipReference script

Description

Documentation Comment

Event that is triggered when this ship's pilot removes another ship's pilot from its combat list.


Parameters

  1. SpaceshipReferenceakTarget


Examples

Auto-Generated Example

Scriptname MyCoolScript extends SpaceshipReference

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