GetTimerCount
From Onset Developer Wiki
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())
GetTimerCount Type: Function |
Gets the created timers count.
GetTimerCount()
print("Timers: "..GetTimerCount())