- Found in:
- Vanilla
eventOnEnterBleedout()
Description
Documentation Comment
Event received when a ship enters the essential down state.
Examples
Auto-Generated Example
Scriptname MyCoolScript extends SpaceshipReference
event OnEnterBleedout()
Debug.trace("Event received - OnEnterBleedout")
endEvent