From 93e502da1b8e31c0b89457d06a611073d044ed3c Mon Sep 17 00:00:00 2001 From: Fysiks Date: Sun, 15 Dec 2024 20:39:35 -0600 Subject: [PATCH] Document Units of `time` Argument of `set_task()` --- plugins/include/amxmisc.inc | 2 +- plugins/include/amxmodx.inc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/include/amxmisc.inc b/plugins/include/amxmisc.inc index 26a2499a..c55da701 100755 --- a/plugins/include/amxmisc.inc +++ b/plugins/include/amxmisc.inc @@ -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 diff --git a/plugins/include/amxmodx.inc b/plugins/include/amxmodx.inc index d9745a5e..98488fbb 100755 --- a/plugins/include/amxmodx.inc +++ b/plugins/include/amxmodx.inc @@ -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