StartRainEvent.duration

Sets the duration of the precipitation in ticks.

  1. tick_t duration [@property getter]
  2. tick_t duration [@property setter]
    class StartRainEvent
    pure nothrow @property @safe @nogc
    duration

Examples

event.duration = 1;

Meta