diff options
author | Haru <haru@dotalux.com> | 2019-04-07 20:20:52 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-07 20:20:52 +0200 |
commit | ed5a86ed44b19d1e4c203f78c7bf2551442d2319 (patch) | |
tree | f75fee0084fcf607156608b479804053f2c5e46d /doc | |
parent | 4c7057a31717f223637d671096a5b065befc0e4c (diff) | |
parent | 6f7ad82c7a804a224fd8ca405a0ebc4b739dc3e4 (diff) | |
download | hercules-ed5a86ed44b19d1e4c203f78c7bf2551442d2319.tar.gz hercules-ed5a86ed44b19d1e4c203f78c7bf2551442d2319.tar.bz2 hercules-ed5a86ed44b19d1e4c203f78c7bf2551442d2319.tar.xz hercules-ed5a86ed44b19d1e4c203f78c7bf2551442d2319.zip |
Merge pull request #2401 from dastgirp/feature/getinventorylist
Expanded getinventorylist:
Diffstat (limited to 'doc')
-rw-r--r-- | doc/script_commands.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/script_commands.txt b/doc/script_commands.txt index 19f189f81..237b1b3d7 100644 --- a/doc/script_commands.txt +++ b/doc/script_commands.txt @@ -3115,6 +3115,7 @@ invoking character has in its inventory, including all the data needed to recreate these items perfectly if they are destroyed. Here's what you get: @inventorylist_id[] - array of item ids. +@inventorylist_idx[] - array of item inventory index. @inventorylist_amount[] - their corresponding item amounts. @inventorylist_equip[] - will return the slot the item is equipped on, if at all. @inventorylist_refine[] - for how much it is refined. |