Time

class Time(source: TimeSource, wobble: Boolean = true) : RangeDispatchItemModelProperty

Returns the in-game time of source, scaled between 0 and 1. If wobble is true, the value will oscillate for some time around the target before settling.

Constructors

Link copied to clipboard
constructor(source: TimeSource, wobble: Boolean = true)