Jass documentation Database
JASS Documentation Database REFORGED
Results for the query "TimerStart" as a "function"
Function TimerStart
Line: |
2322 |
Location: |
common.j |
Constant? |
no |
Type: |
native |
Arguments: |
timer whichTimer, real timeout, boolean periodic, code handlerFunc |
Returns: |
nothing |
Preview
Extra spaces may have been removed from the original file to show the function in a comfortable way.
Information about TimerStart
starts a previously created whichTimer with timeout (seconds), periodic yes/no (repeats itself), that calls handlerFunc when timeout reaches 0. It is affected by gamespeed at any point of it execution, if the gamespeed is changed at 50% of timeout duration, the rest of the timeout will be correctly affected by new gamespeed. See: GetExpiredTimer to retrieve the handle of expired timer inside handlerFunc
Page loaded in 0.1093 seconds.
|