diff options
author | Hercules.ws <dev@herc.ws> | 2019-04-29 06:03:33 +0200 |
---|---|---|
committer | HerculesWSAPI <dev@herc.ws> | 2019-04-29 06:03:33 +0200 |
commit | b22f47068343f93d1559284cc443542151daad43 (patch) | |
tree | c89d01016b1c5e8fecbaf804576f56a9860ba4b6 /doc/constants.md | |
parent | e7585e18ee42517913e35aa7df750d76f2e76bad (diff) | |
download | hercules-b22f47068343f93d1559284cc443542151daad43.tar.gz hercules-b22f47068343f93d1559284cc443542151daad43.tar.bz2 hercules-b22f47068343f93d1559284cc443542151daad43.tar.xz hercules-b22f47068343f93d1559284cc443542151daad43.zip |
Constants Documentation Sync
Signed-off-by: HerculesWSAPI <dev@herc.ws>
Diffstat (limited to 'doc/constants.md')
-rw-r--r-- | doc/constants.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/constants.md b/doc/constants.md index aedb1755e..1fce24643 100644 --- a/doc/constants.md +++ b/doc/constants.md @@ -4262,6 +4262,15 @@ - `MAPINFO_SIZE_Y`: 3 - `MAPINFO_ZONE`: 4 +### consolemes options + +- `CONSOLEMES_DEBUG`: 0 +- `CONSOLEMES_ERROR`: 1 +- `CONSOLEMES_WARNING`: 2 +- `CONSOLEMES_INFO`: 3 +- `CONSOLEMES_STATUS`: 4 +- `CONSOLEMES_NOTICE`: 5 + ### set/getiteminfo options - `ITEMINFO_BUYPRICE`: 0 |