DestroyTimer

From Onset Developer Wiki
Revision as of 15:11, 13 November 2019 by 28days (talk | contribs)
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__