task_exists
- Синтаксис
-
native task_exists(id = 0, outside = 0);
Переменная | Описание |
---|---|
id |
Task id to search for |
outside |
Search for tasks set by other plugins if nonzero |
- Описание
- Returns if a task with the specified id exists.
- Возвращает
- 1 if a task was found, 0 otherwise