HolyLib Wiki

UnPause

  boolean systimer.UnPause( string name )

Description

Unpauses the given timer. Unlike systimer. Start this won't reset the time left until it executes again.

Arguments

1string name
name of timer

Returns

1boolean success
Returns whether the timer was successfully paused or not.