Background for Starfield
Member of the SpaceshipReference script

Description

Documentation Comment

Event that is triggered when this ship's pilot adds another ship's pilot to its combat list.


Parameters


Examples

Auto-Generated Example

Scriptname MyCoolScript extends SpaceshipReference

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