Background for Starfield
Member of the SpaceshipReference script
eventOnShipLanding(boolabComplete)

Description

Documentation Comment

Event received when a ship initiates or completes landing


Parameters

boolabComplete


Examples

Auto-Generated Example

Scriptname MyCoolScript extends SpaceshipReference

event OnShipLanding(bool abComplete)
    Debug.trace("Event received - OnShipLanding: abComplete = " + abComplete)
endEvent
Some data provided by the Fallout 4 Creation Kit Wiki. Licensed under the Creative Commons Attribution-Share Alike 4.0 license.