- Found in:
- Vanilla
eventOnSpaceshipCombatListRemoved(SpaceshipReferenceakTarget)
Description
Documentation Comment
Event that is triggered when this ship's pilot removes another ship's pilot from its combat list.
Parameters
SpaceshipReferenceakTarget
Examples
Auto-Generated Example
Scriptname MyCoolScript extends SpaceshipReference
event OnSpaceshipCombatListRemoved(SpaceshipReference akTarget)
Debug.trace("Event received - OnSpaceshipCombatListRemoved: akTarget = " + akTarget)
endEvent