timer.Start
From GMod Wiki
Function | |
Syntax |
timer.Start( String Name ) Where is this used? |
Description: | |
(Re)starts a timer by Name. Returns false if the given timer didn't exist, true otherwise. | |
Returns: | Boolean |
Part of Library: | Timer |
Realm: | |
BBCode Link: | [b][url=http://wiki.garrysmod.com/?title=Timer.Start]Timer.Start [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b] |
Examples
Additional Notes
- Name - This is the name of the timer to (re)start.
- Completely (re)starts a timer from the very beginning.
- Will (re)start a timer that is stopped or paused.
- This can start a finished timer.