- Found in:
- Vanilla
eventOnShipLanding(boolabComplete)
Description
Documentation Comment
Event received when a ship initiates or completes landing
Parameters
boolabComplete
Examples
Auto-Generated Example
Scriptname MyCoolScript extends ReferenceAlias
event OnShipLanding(bool abComplete)
Debug.trace("Event received - OnShipLanding: abComplete = " + abComplete)
endEvent