Timer.Toggle
From GMod Wiki
Function | |
Syntax |
timer.Pause( String Name ) Where is this used? |
Description: | |
Toggle a timer's pause state by Name. | |
Returns: | Boolean |
Part of Library: | Timer |
Realm: | |
BBCode Link: | [b][url=http://wiki.garrysmod.com/?title=Timer.Toggle]Timer.Toggle [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b] |
Examples
Additional Notes
- Name - This is the name of the timer to toggle.
- Calling timer.Toggle() on a paused timer is the same as calling timer.UnPause (and vice versa).