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

Description

Documentation Comment

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


Parameters

ObjectReferenceakSenderRef

LocationaDestination

intaState


Examples

Auto-Generated Example

Scriptname MyCoolScript extends RefCollectionAlias

event OnShipGravJump(ObjectReference akSenderRef, Location aDestination, int aState)
    Debug.trace("Event received - OnShipGravJump: akSenderRef = " + akSenderRef + " 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.