- Found in:
- Vanilla
eventOnDeath(ObjectReferenceakKiller)
Description
Documentation Comment
Event that is triggered when a spaceship dies
Parameters
ObjectReferenceakKiller
Examples
Auto-Generated Example
Scriptname MyCoolScript extends SpaceshipReference
event OnDeath(ObjectReference akKiller)
Debug.trace("Event received - OnDeath: akKiller = " + akKiller)
endEvent