Document Units of time Argument of set_task()

This commit is contained in:
Fysiks 2024-12-15 20:39:35 -06:00
parent 27f451a868
commit 93e502da1b
No known key found for this signature in database
GPG Key ID: 35447C20BA7F5638
2 changed files with 2 additions and 2 deletions

View File

@ -816,7 +816,7 @@ stock reset_menu(index)
* @note The function is called in the following manner if no data is passed:
* id - Task index
*
* @param time Time interval to assign
* @param time Time interval to assign, in seconds
* @param function Function to execute
* @param id Task id to assign
* @param parameter Data to pass through to callback

View File

@ -1771,7 +1771,7 @@ native parse_time(const input[], const format[], time = -1);
* @note The function is called in the following manner if no data is passed:
* id - Task index
*
* @param time Time interval to assign
* @param time Time interval to assign, in seconds
* @param function Function to execute
* @param id Task id to assign
* @param parameter Data to pass through to callback