Background for Starfield
Member of the ReferenceAlias script
eventOnShipGravJump(LocationaDestination, intaState)

Description

Documentation Comment

Event received when a ship grav jump event occurs - State { Initiated = 0, AnimStarted = 1, Completed = 2, Failed = 3 }


Parameters

LocationaDestination

intaState


Examples

Auto-Generated Example

Scriptname MyCoolScript extends ReferenceAlias

event OnShipGravJump(Location aDestination, int aState)
    Debug.trace("Event received - OnShipGravJump: aDestination = " + aDestination + " aState = " + aState)
endEvent
Some data provided by the Fallout 4 Creation Kit Wiki. Licensed under the Creative Commons Attribution-Share Alike 4.0 license.