Garry's Mod Wiki

timer.Stop

  boolean timer.Stop( any identifier )

Description

Stops the given timer and rewinds it.

Arguments

1 any identifier
Identifier of the timer.

Returns

1 boolean
false if the timer didn't exist or was already stopped, true otherwise.