GTimer.start

void start(float newDuration, bool newCanRepeat) @safe nothrow @nogc

Starts the timer with new duration and repeat behavior.

void start(float newDuration = - 1.0f) @safe nothrow @nogc

Starts the timer with an optional new duration.