Jass:TimerStart
Aus Mappedia
| Funktion: TimerStart | |
|---|---|
| Parameter: | timer real boolean code |
| Rückgabewert: | nothing |
| Autor: | Blizzard |
| Quelle: | common.j |
| Synchron: | Unbekannt |
Code
native TimerStart takes timer whichTimer, real timeout, boolean periodic, code handlerFunc returns nothing
Parameter
| Typ | Name | Beschreibung |
|---|---|---|
| timer | whichTimer | |
| real | timeout | |
| boolean | periodic | |
| code | handlerFunc |
