GetAllTimers

From Onset Developer Wiki
Revision as of 23:12, 18 March 2020 by 28days (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
GetAllTimers

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

Description

Get all timers on the server/ client.

Syntax

GetAllTimers()

Parameters

  • This function has no parameters.

Return Value

  • Returns a table of all timer identifiers.

Example

local timers = GetAllTimers()

See also