GetTimerCount

From Onset Developer Wiki
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
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