diff options
author | Hercules.ws <dev@herc.ws> | 2017-04-09 15:26:36 +0200 |
---|---|---|
committer | HerculesWSAPI <dev@herc.ws> | 2017-04-09 15:26:36 +0200 |
commit | 7cc094df792340752c9637fc28b3a1108dcd53d7 (patch) | |
tree | e98794236f65efdb521c03848505a1fe9563dd7b /doc | |
parent | c6702cda77659f79a25b40a032c05aa056d73ede (diff) | |
download | hercules-7cc094df792340752c9637fc28b3a1108dcd53d7.tar.gz hercules-7cc094df792340752c9637fc28b3a1108dcd53d7.tar.bz2 hercules-7cc094df792340752c9637fc28b3a1108dcd53d7.tar.xz hercules-7cc094df792340752c9637fc28b3a1108dcd53d7.zip |
Constants Documentation Sync
Signed-off-by: HerculesWSAPI <dev@herc.ws>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/constants.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/constants.md b/doc/constants.md index dca1b25be..c6665126c 100644 --- a/doc/constants.md +++ b/doc/constants.md @@ -3799,6 +3799,16 @@ - `EQP_SHADOW_ACC_R`: 1048576 - `EQP_SHADOW_ACC_L`: 2097152 +### Item Option Types + +- `IT_OPT_INDEX`: 0 +- `IT_OPT_VALUE`: 1 +- `IT_OPT_PARAM`: 2 + +### Maximum Item Options + +- `MAX_ITEM_OPTIONS`: 5 + ### Navigation constants, use with *navigateto* - `NAV_NONE`: 0 |