- Found in:
- Vanilla
eventOnKill(ObjectReferenceakVictim)
Description
Documentation Comment
Event that is triggered when a spaceship kills another spaceship
Parameters
ObjectReferenceakVictim
Examples
Auto-Generated Example
Scriptname MyCoolScript extends SpaceshipReference
event OnKill(ObjectReference akVictim)
Debug.trace("Event received - OnKill: akVictim = " + akVictim)
endEvent