VehicleData

class VehicleData(id: Int, name: String, upper: Pair<Vec, Vec>?, lower: Pair<Vec, Vec>?, upperPos: Pos, lowerPos: Pos) : VehicleData

Constructors

Link copied to clipboard
fun VehicleData(id: Int, name: String, upper: Pair<Vec, Vec>?, lower: Pair<Vec, Vec>?, 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: Pair<Vec, Vec>?
Link copied to clipboard
val lowerPos: Pos
Link copied to clipboard
Link copied to clipboard
val upper: Pair<Vec, Vec>?
Link copied to clipboard
val upperPos: Pos