VehicleData

class VehicleData(val id: Int, val name: String, val upper: Area?, val lower: Area?, val upperPos: Pos, val lowerPos: Pos)

Constructors

Link copied to clipboard
fun VehicleData(id: Int, name: String, upper: Area?, lower: Area?, upperPos: Pos, lowerPos: Pos)

Functions

Link copied to clipboard
fun Player.next(traffic: List<VehicleData>, obj: String)
Link copied to clipboard
fun Player.prev(traffic: List<VehicleData>, obj: String)

Properties

Link copied to clipboard
val id: Int
Link copied to clipboard
val lower: Area?
Link copied to clipboard
val lowerPos: Pos
Link copied to clipboard
Link copied to clipboard
val upper: Area?
Link copied to clipboard
val upperPos: Pos