PauseTimer: Difference between revisions

From Onset Developer Wiki
No edit summary
No edit summary
Line 14: Line 14:


{{RelatedFunctions}}
{{RelatedFunctions}}
__EDIT_ME__
{{Template:TimerFunctions}}

Revision as of 16:06, 19 November 2019

PauseTimer

Type: Function
Context: Server & Client
Introduced: v1.0

Description

Pauses the specified timer.

Syntax

PauseTimer(timer)

Parameters

  • timer
    The timer identifier

Return Value

  • Returns true on success, false on error.

Example

__EDIT_ME__

See also