The search keyword must be a single word (no spaces).
Function CreateTimer
- Line
- 2329
- Location
- common.j
- Constant?
- no
- Type
- native
- Arguments
- nothing
- Returns
- timer
| 2329 | native CreateTimer takes nothing returns timer |
| 2330 | native DestroyTimer takes timer whichTimer returns nothing |
| 2331 | native TimerStart takes timer whichTimer, real timeout, boolean periodic, code handlerFunc returns nothing |
| 2332 | native TimerGetElapsed takes timer whichTimer returns real |
| 2333 | native TimerGetRemaining takes timer whichTimer returns real |
| 2334 | native TimerGetTimeout takes timer whichTimer returns real |