Background for Starfield
Member of the ReferenceAlias script
eventOnShipFarTravel(LocationaDepartureLocation, LocationaArrivalLocation, intaState)

Description

Documentation Comment

Event received when a ship begins or ends far travel - State { Departure = 0, Arrival = 1 }


Parameters

LocationaDepartureLocation

LocationaArrivalLocation

intaState


Examples

Auto-Generated Example

Scriptname MyCoolScript extends ReferenceAlias

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