set_task
- Синтаксис
-
native set_task(Float:time, const function[], id = 0, const any:parameter[] = "", len = 0, const flags[] = "", repeat = 0);
Переменная | Описание |
---|---|
time |
Time interval to assign |
function |
Function to execute |
id |
Task id to assign |
parameter |
Data to pass through to callback |
len |
Size of data |
flags |
Optional set of flags: "a" - repeat timer a set amount of times "b" - loop indefinitely until timer is stopped "c" - time interval is treated as absolute time after map start "d" - time interval is treated as absolute time before map change |
repeat |
If the "a" flag is set, the task will be repeated this many times |
- Описание
- Calls a function after a specified time has elapsed.
- Возвращает
- Функция ничего не возвращает