UnpauseTimer: Difference between revisions
From Onset Developer Wiki
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
{{Info|Function|Server & Client|1.0}} | {{Info|Function|Server & Client|1.0}} | ||
{{FuncDescription| | {{FuncDescription|Unpause an already paused timer with this function.}} | ||
{{FuncSyntax|UnpauseTimer(timer)}} | {{FuncSyntax|UnpauseTimer(timer)}} | ||
{{FuncParameters}} | {{FuncParameters}} | ||
{{FuncParam|timer| | {{FuncParam|timer|The timer identifier}} | ||
{{FuncReturnValue| | {{FuncReturnValue|Returns '''true''' on success.}} | ||
== Example == | == Example == | ||
Line 14: | Line 14: | ||
{{RelatedFunctions}} | {{RelatedFunctions}} | ||
* [[PauseTimer]] | |||
* [[CreateTimer]] | |||
* [[DestroyTimer]] |
Revision as of 15:35, 17 November 2019
Description
Unpause an already paused timer with this function.
Syntax
UnpauseTimer(timer)
Parameters
- timer
The timer identifier
Return Value
- Returns true on success.
Example
__EDIT_ME__