DestroyTimer: 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|__EDIT_ME__}}
{{FuncDescription|Destroys a timer created with [[CreateTimer]] or [[CreateCountTimer]].}}


{{FuncSyntax|DestroyTimer(timer)}}
{{FuncSyntax|DestroyTimer(timer)}}


{{FuncParameters}}
{{FuncParameters}}
{{FuncParam|timer|__EDIT_ME__}}
{{FuncParam|timer|The timer identifier.}}


{{FuncReturnValue|__EDIT_ME__}}
{{FuncReturnValue|Returns '''true''' if success, '''false''' on error.}}


== Example ==
== Example ==

Revision as of 15:11, 13 November 2019

DestroyTimer

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

Description

Destroys a timer created with CreateTimer or CreateCountTimer.

Syntax

DestroyTimer(timer)

Parameters

  • timer
    The timer identifier.

Return Value

  • Returns true if success, false on error.

Example

__EDIT_ME__

See also

__EDIT_ME__