- Found in:
- Vanilla
eventOnShipFarTravel(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 ReferenceAlias
event OnShipFarTravel(Location aDepartureLocation, Location aArrivalLocation, int aState)
Debug.trace("Event received - OnShipFarTravel: aDepartureLocation = " + aDepartureLocation + " aArrivalLocation = " + aArrivalLocation + " aState = " + aState)
endEvent