summaryrefslogtreecommitdiff
path: root/src/map/script.c
diff options
context:
space:
mode:
authorAnnieRuru <jeankof@ymail.com>2018-06-16 18:27:42 +0800
committerAnnieRuru <jeankof@ymail.com>2018-06-16 18:27:42 +0800
commit04db00cb3153b0d9b845430c8328f61d0bf25375 (patch)
treea80b6be6179664ead14051f78073093bb60f983d /src/map/script.c
parentd2c0e453fc95b3f8ce9270e8290d15687e6e3235 (diff)
downloadhercules-04db00cb3153b0d9b845430c8328f61d0bf25375.tar.gz
hercules-04db00cb3153b0d9b845430c8328f61d0bf25375.tar.bz2
hercules-04db00cb3153b0d9b845430c8328f61d0bf25375.tar.xz
hercules-04db00cb3153b0d9b845430c8328f61d0bf25375.zip
Fix *queueopt documentation
Diffstat (limited to 'src/map/script.c')
-rw-r--r--src/map/script.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/map/script.c b/src/map/script.c
index 88d8095e5..3e493748d 100644
--- a/src/map/script.c
+++ b/src/map/script.c
@@ -22731,7 +22731,7 @@ BUILDIN(queueremove)
/**
* Script command queueopt: Modifies the options of a queue.
*
- * When the option value isn't provided, the option is removed.
+ * When the <event label> isn't provided, the option is removed.
*
* Returns 1 (true) on success, 0 (false) on failure.
*
@@ -22741,10 +22741,10 @@ BUILDIN(queueremove)
* - QUEUEOPT_MAPCHANGE
*
* When the QUEUEOPT_MAPCHANGE event is triggered, it sets a temporary
- * character variable \c @Queue_Destination_Map$ with the destination map name.
+ * character variable @Queue_Destination_Map$ with the destination map name.
*
* @code{.herc}
- * queueopt(.@queue_id, optionType, <optional val>);
+ * queueopt(.@queue_id, optionType{, <event label>});
* @endcode
*/
BUILDIN(queueopt)