CapacityChangeNotice

inner class CapacityChangeNotice(val capacity: Int = 0, val duration: Double = Double.POSITIVE_INFINITY, val priority: Int = KSLEvent.DEFAULT_PRIORITY)

Constructors

Link copied to clipboard
constructor(capacity: Int = 0, duration: Double = Double.POSITIVE_INFINITY, priority: Int = KSLEvent.DEFAULT_PRIORITY)

Properties

Link copied to clipboard
Link copied to clipboard
val capacity: Int = 0
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val id: Int
Link copied to clipboard

Functions

Link copied to clipboard
open override fun toString(): String