diff options
author | Hercules.ws <dev@herc.ws> | 2017-10-21 00:26:20 +0200 |
---|---|---|
committer | HerculesWSAPI <dev@herc.ws> | 2017-10-21 00:26:20 +0200 |
commit | e5d9b3768241a7e91bf8dd9bf8b776d4cee310d7 (patch) | |
tree | 7a3e98ae9bed2fbd7ffaea27b7461dffe1428f90 /doc | |
parent | 122ae7b779bb0996f220b4cfb481d75b22420544 (diff) | |
download | hercules-e5d9b3768241a7e91bf8dd9bf8b776d4cee310d7.tar.gz hercules-e5d9b3768241a7e91bf8dd9bf8b776d4cee310d7.tar.bz2 hercules-e5d9b3768241a7e91bf8dd9bf8b776d4cee310d7.tar.xz hercules-e5d9b3768241a7e91bf8dd9bf8b776d4cee310d7.zip |
Constants Documentation Sync
Signed-off-by: HerculesWSAPI <dev@herc.ws>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/constants.md | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/constants.md b/doc/constants.md index 60ba6908d..8523c980b 100644 --- a/doc/constants.md +++ b/doc/constants.md @@ -4004,6 +4004,11 @@ - `DATATYPE_VAR`: 4096 - `DATATYPE_LABEL`: 8192 +### Logmes types + +- `LOGMES_NPC`: 0 +- `LOGMES_ATCOMMAND`: 1 + ### Item Subtypes (Weapon types) - `W_FIST`: 0 @@ -4059,6 +4064,14 @@ - `DRESSROOM_OPEN`: 1 - `DRESSROOM_CLOSE`: 0 +### getmapinfo options + +- `MAPINFO_NAME`: 0 +- `MAPINFO_ID`: 1 +- `MAPINFO_SIZE_X`: 2 +- `MAPINFO_SIZE_Y`: 3 +- `MAPINFO_ZONE`: 4 + ### Renewal - `RENEWAL`: 1 |