ConveyorRideStarted

@Serializable
@SerialName(value = "ConveyorRideStarted")
data class ConveyorRideStarted(val simTime: Double, val entityId: Long, val conveyorName: String, val fromLocation: String, val toLocation: String) : AnimationEvent(source)

An entity began riding a conveyor from one location toward another.

Constructors

Link copied to clipboard
constructor(simTime: Double, entityId: Long, conveyorName: String, fromLocation: String, toLocation: String)

Properties

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