Events Job Delivered

data class EventsJobDelivered(val timeTaken: Int, val startedTimeStamp: Int, val deliveredTimeStamp: Int, val earnedXP: Int, val cargoDamage: Float, val distance: Int, val autoParked: Boolean, val revenue: Long, val isActive: Boolean) : EventsJobType

Job type event related to delivered cargo

Author

Felipe Gonzalez

Constructors

Link copied to clipboard
constructor(timeTaken: Int, startedTimeStamp: Int, deliveredTimeStamp: Int, earnedXP: Int, cargoDamage: Float, distance: Int, autoParked: Boolean, revenue: Long, isActive: Boolean)

Properties

Link copied to clipboard

if player select autoParked

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

traveled

Link copied to clipboard
Link copied to clipboard

True|False if event is still active

Link copied to clipboard

earned from job

Link copied to clipboard
Link copied to clipboard