Garry's Mod Wiki

timer.Start

  boolean timer.Start( any identifier )

Description

Restarts the given timer.

Timers use CurTime for timing.
Timers won't advance while the client is timing out from the server.

Arguments

1 any identifier
Identifier of the timer.

Returns

1 boolean
true if the timer exists, false if it doesn't.