- Found in:
- Vanilla
eventOnShipFarTravel(ObjectReferenceakSenderRef, LocationaDepartureLocation, LocationaArrivalLocation, intaState)
Description
Documentation Comment
Event received when a ship begins or ends far travel - State { Departure = 0, Arrival = 1 }
Parameters
Examples
Auto-Generated Example
Scriptname MyCoolScript extends RefCollectionAlias
event OnShipFarTravel(ObjectReference akSenderRef, Location aDepartureLocation, Location aArrivalLocation, int aState)
Debug.trace("Event received - OnShipFarTravel: akSenderRef = " + akSenderRef + " aDepartureLocation = " + aDepartureLocation + " aArrivalLocation = " + aArrivalLocation + " aState = " + aState)
endEvent