diff options
author | AnnieRuru <jeankofannie2@gmail.com> | 2019-02-15 17:50:51 +0800 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2019-06-02 20:51:24 +0200 |
commit | b43d122f2a5a75d1401a63864a35402926da576f (patch) | |
tree | ebbd54221dd98ccb01dcfdd5054415305b5a5289 /doc/script_commands.txt | |
parent | 7710aac3f48ab98dc6e2cb8840f17c91f021cfde (diff) | |
download | hercules-b43d122f2a5a75d1401a63864a35402926da576f.tar.gz hercules-b43d122f2a5a75d1401a63864a35402926da576f.tar.bz2 hercules-b43d122f2a5a75d1401a63864a35402926da576f.tar.xz hercules-b43d122f2a5a75d1401a63864a35402926da576f.zip |
standardize script commands to small letters
Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'doc/script_commands.txt')
-rw-r--r-- | doc/script_commands.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/script_commands.txt b/doc/script_commands.txt index bdcc11712..4985b0596 100644 --- a/doc/script_commands.txt +++ b/doc/script_commands.txt @@ -10444,7 +10444,7 @@ Works for 20170830 RE and main and for any zero clients --------------------------------------- -*expandInventoryAck(<result>{, <itemId>}) +*expandinventoryack(<result>{, <itemId>}) Send initial inventory expansion result. Normally this function should be called from script label @@ -10462,7 +10462,7 @@ Works for 20181212 zero clients --------------------------------------- -*expandInventoryResult(<result>) +*expandinventoryresult(<result>) Send final inventory expansion result. Normally this function should be called from script label @@ -10479,7 +10479,7 @@ Works for 20181212 zero clients --------------------------------------- -*expandInventory(<value>) +*expandinventory(<value>) Adjust player inventory to given value. Maximum inventory size is MAX_INVENTORY. @@ -10490,7 +10490,7 @@ Current max inventory size can be read by function getInventorySize(). --------------------------------------- -*getInventorySize() +*getinventorysize() Return current player max inventory size. This value always smaller or equal to MAX_INVENTORY. |