diff options
author | Hercules.ws <dev@herc.ws> | 2016-09-12 00:36:25 +0200 |
---|---|---|
committer | HerculesWSAPI <dev@herc.ws> | 2016-09-12 00:36:25 +0200 |
commit | 9589f4fff5c3b9e1b521762f48aec2539c556c6d (patch) | |
tree | 403abf31811cbd35d3b3eb0763d38674e5d6bff3 /doc/constants.md | |
parent | b407b408f2397eb6661c4ea152f6652142670455 (diff) | |
download | hercules-9589f4fff5c3b9e1b521762f48aec2539c556c6d.tar.gz hercules-9589f4fff5c3b9e1b521762f48aec2539c556c6d.tar.bz2 hercules-9589f4fff5c3b9e1b521762f48aec2539c556c6d.tar.xz hercules-9589f4fff5c3b9e1b521762f48aec2539c556c6d.zip |
Constants Documentation Sync
Signed-off-by: HerculesWSAPI <dev@herc.ws>
Diffstat (limited to 'doc/constants.md')
-rw-r--r-- | doc/constants.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/constants.md b/doc/constants.md index 89d4969c0..3e8834f08 100644 --- a/doc/constants.md +++ b/doc/constants.md @@ -3773,6 +3773,17 @@ - `EQP_SHADOW_ACC_R`: 1048576 - `EQP_SHADOW_ACC_L`: 2097152 +### Navigation constants, use with *navigateto* + +- `NAV_NONE`: 0 +- `NAV_AIRSHIP_ONLY`: 1 +- `NAV_SCROLL_ONLY`: 10 +- `NAV_AIRSHIP_AND_SCROLL`: 11 +- `NAV_KAFRA_ONLY`: 100 +- `NAV_KAFRA_AND_AIRSHIP`: 101 +- `NAV_KAFRA_AND_SCROLL`: 110 +- `NAV_ALL`: 111 + ### Renewal - `RENEWAL`: 1 |