diff options
author | Hercules.ws <dev@herc.ws> | 2020-05-04 16:04:29 +0200 |
---|---|---|
committer | HerculesWSAPI <dev@herc.ws> | 2020-05-04 16:04:29 +0200 |
commit | 944d8489f1bcca93e6b2ff06a159084f064dce12 (patch) | |
tree | ae9a31347113c5c4522f675e476b576f876f0bca /doc/constants.md | |
parent | ec0584ac41434766e528b25730812da22ff31fc5 (diff) | |
download | hercules-944d8489f1bcca93e6b2ff06a159084f064dce12.tar.gz hercules-944d8489f1bcca93e6b2ff06a159084f064dce12.tar.bz2 hercules-944d8489f1bcca93e6b2ff06a159084f064dce12.tar.xz hercules-944d8489f1bcca93e6b2ff06a159084f064dce12.zip |
Constants Documentation Sync
Signed-off-by: HerculesWSAPI <dev@herc.ws>
Diffstat (limited to 'doc/constants.md')
-rw-r--r-- | doc/constants.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/constants.md b/doc/constants.md index 509764424..09ff61381 100644 --- a/doc/constants.md +++ b/doc/constants.md @@ -381,6 +381,7 @@ ### Cell checks +- `cell_gettype`: 0 - `cell_chkwall`: 1 - `cell_chkwater`: 2 - `cell_chkcliff`: 3 @@ -388,6 +389,7 @@ - `cell_chkreach`: 5 - `cell_chknopass`: 6 - `cell_chknoreach`: 7 +- `cell_chkstack`: 8 - `cell_chknpc`: 9 - `cell_chkbasilica`: 10 - `cell_chklandprotector`: 11 |