- Found in:
- Vanilla
eventOnShipUndock(boolabComplete, SpaceshipReferenceakUndocking, SpaceshipReferenceakParent)
Description
Documentation Comment
Event received when a ship initiates or completes undocking with a parent
Parameters
Examples
Auto-Generated Example
Scriptname MyCoolScript extends ReferenceAlias
event OnShipUndock(bool abComplete, SpaceshipReference akUndocking, SpaceshipReference akParent)
Debug.trace("Event received - OnShipUndock: abComplete = " + abComplete + " akUndocking = " + akUndocking + " akParent = " + akParent)
endEvent