Describes the duration and visuals of a departure, arrival or an intermezzo while traveling between surfaces. Usually provided inside of a ProcessionSet.
PrototypeProcessionTimelinefalsefalseUsed when leaving or arriving to a station.
ProcessionTimelinetruefalseUsed alternatively when landing to ground.
"departure" | "arrival" | "intermezzo"falsefalseArrival and Departure are to be referenced by name. All intermezzos are collected during loading and filled in by procession_style.
uint32 | Array<uint32>falsefalseIndexes used to match transitions from different surfaces together. Only a single intermezzo of a given procession_style may exist.
Going from Surface A -> Surface B
Surface A has departures: [1, 3, 4]
Surface B has arrivals: [2, 3, 5]
This trip will select:
Departure 3 -> (Intermezzo 3) -> Arrival 3