StationExited

@Serializable
@SerialName(value = "StationExited")
data class StationExited(val simTime: Double, val entityId: Long, val stationName: String) : AnimationEvent(source)

An entity exited a station.

Constructors

Link copied to clipboard
constructor(simTime: Double, entityId: Long, stationName: String)

Properties

Link copied to clipboard
Link copied to clipboard
open override val simTime: Double
Link copied to clipboard