diff options
author | gumi <mekolat@users.noreply.github.com> | 2017-09-18 19:57:00 -0400 |
---|---|---|
committer | gumi <mekolat@users.noreply.github.com> | 2017-09-19 17:18:59 -0400 |
commit | 6156d03ea9654ae455ce8e741b3b4a9c3fdd5bab (patch) | |
tree | bbfdcd7392ad452b5bb069f6b732727c8b2417f4 | |
parent | 97df01a69aa790ced8ecb90024ff646e1d9a4083 (diff) | |
download | hercules-6156d03ea9654ae455ce8e741b3b4a9c3fdd5bab.tar.gz hercules-6156d03ea9654ae455ce8e741b3b4a9c3fdd5bab.tar.bz2 hercules-6156d03ea9654ae455ce8e741b3b4a9c3fdd5bab.tar.xz hercules-6156d03ea9654ae455ce8e741b3b4a9c3fdd5bab.zip |
update the documentation for buildin_getgroupid
-rw-r--r-- | doc/script_commands.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/script_commands.txt b/doc/script_commands.txt index 15026cd7c..c9bdce7c5 100644 --- a/doc/script_commands.txt +++ b/doc/script_commands.txt @@ -3364,10 +3364,10 @@ Return true if successful, otherwise it will return false. --------------------------------------- -*getgroupid() +*getgroupid({<account id>}) -This function will return the id of player group the account to which the -invoking player belongs. +This command returns the id of the group of the attached or specified player. +If the player is not found, returns -1. --------------------------------------- |