ProductionTracker

class ProductionTracker(id: Int, make: Boolean)

Functions

getCount
Link copied to clipboard
fun getCount(): Int
stopped
Link copied to clipboard
fun stopped(time: Long = 5000): Boolean

Properties

id
Link copied to clipboard
val id: Int
lastAmount
Link copied to clipboard
var lastAmount: Int
lastChangeTime
Link copied to clipboard
var lastChangeTime: Long = 0
make
Link copied to clipboard
val make: Boolean