summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2019-04-13 23:00:18 +0300
committerAndrei Karas <akaras@inbox.ru>2019-05-05 22:22:05 +0300
commitea7697ef7b2ef759d5fd612e919c029ea4a7fa05 (patch)
tree68326632e758690db1b5585afcec61bb857fc35e /doc
parentcf28f0002c46e9c23e752b7e4b351de1e947f830 (diff)
downloadhercules-ea7697ef7b2ef759d5fd612e919c029ea4a7fa05.tar.gz
hercules-ea7697ef7b2ef759d5fd612e919c029ea4a7fa05.tar.bz2
hercules-ea7697ef7b2ef759d5fd612e919c029ea4a7fa05.tar.xz
hercules-ea7697ef7b2ef759d5fd612e919c029ea4a7fa05.zip
Extend setinitdata and getunitdata with UDT_GROUP flag
Diffstat (limited to 'doc')
-rw-r--r--doc/script_commands.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/script_commands.txt b/doc/script_commands.txt
index 13deb97f8..2aec07f29 100644
--- a/doc/script_commands.txt
+++ b/doc/script_commands.txt
@@ -10174,6 +10174,7 @@ Applicable Data Types (available as constants) -
UDT_LIFETIME: LifeTime - for summons.
UDT_MERC_KILLCOUNT: Kill count for mercenaries
UDT_STATADD: Status Points - for NPCs.
+ UDT_GROUP: group id
returns 0 if value could not be set, 1 if successful.
@@ -10236,6 +10237,7 @@ Applicable Data types (available as constants) -
UDT_INTIMACY: Intimacy Rate - for summons.
UDT_LIFETIME: LifeTime - for summons.
UDT_MERC_KILLCOUNT: Kill count for mercenaries.
+ UDT_GROUP: group id
returns -1 if value could not be retrieved.