GetTimerCount

From Onset Developer Wiki
Revision as of 17:21, 15 December 2019 by 28days (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
GetTimerCount

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

Description

Gets the created timers count.

Syntax

GetTimerCount()

Parameters

  • This function has no parameters.

Return Value

  • Returns number of created timers.

Example

print("Timers: "..GetTimerCount())

See also