Background for Starfield
Member of the ReferenceAlias script
eventOnShipUndock(boolabComplete, SpaceshipReferenceakUndocking, SpaceshipReferenceakParent)

Description

Documentation Comment

Event received when a ship initiates or completes undocking with a parent


Parameters

boolabComplete

SpaceshipReferenceakUndocking

SpaceshipReferenceakParent


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
Some data provided by the Fallout 4 Creation Kit Wiki. Licensed under the Creative Commons Attribution-Share Alike 4.0 license.