ConveyorEntryBlocked

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

An entity's conveyor entry was blocked (could not board yet).

Constructors

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

Properties

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