timer.Stop
From GMod Wiki
| Function | |
| Syntax |
timer.Stop( String Name ) Where is this used? |
| Description: | |
| Stop a running or paused timer by Name. Returns true if the timer was successfully stopped, false otherwise. | |
| Returns: | Boolean |
| Part of Library: | Timer |
| Realm: |
|
| BBCode Link: | [b][url=http://wiki.garrysmod.com/?title=Timer.Stop]Timer.Stop [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b] |
Examples
Additional Notes
- Name - This is the name of the timer to stop.
- Timer can only be started again by timer.Start.
- Calling timer.UnPause on a stopped timer will have no effect (even if the timer was paused when you stopped it).