mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2024-12-25 06:15:37 +03:00
Document Units of time
Argument of set_task()
This commit is contained in:
parent
27f451a868
commit
93e502da1b
@ -816,7 +816,7 @@ stock reset_menu(index)
|
|||||||
* @note The function is called in the following manner if no data is passed:
|
* @note The function is called in the following manner if no data is passed:
|
||||||
* id - Task index
|
* id - Task index
|
||||||
*
|
*
|
||||||
* @param time Time interval to assign
|
* @param time Time interval to assign, in seconds
|
||||||
* @param function Function to execute
|
* @param function Function to execute
|
||||||
* @param id Task id to assign
|
* @param id Task id to assign
|
||||||
* @param parameter Data to pass through to callback
|
* @param parameter Data to pass through to callback
|
||||||
|
@ -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:
|
* @note The function is called in the following manner if no data is passed:
|
||||||
* id - Task index
|
* id - Task index
|
||||||
*
|
*
|
||||||
* @param time Time interval to assign
|
* @param time Time interval to assign, in seconds
|
||||||
* @param function Function to execute
|
* @param function Function to execute
|
||||||
* @param id Task id to assign
|
* @param id Task id to assign
|
||||||
* @param parameter Data to pass through to callback
|
* @param parameter Data to pass through to callback
|
||||||
|
Loading…
Reference in New Issue
Block a user