Skip to content

Commit

Permalink
Update constants documentation
Browse files Browse the repository at this point in the history
Signed-off-by: hwsapibot <dev@herc.ws>
  • Loading branch information
HerculesWSAPI committed Aug 31, 2024
1 parent ff12180 commit 1cc00ed
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
8 changes: 8 additions & 0 deletions doc/constants_pre-re.md
Original file line number Diff line number Diff line change
Expand Up @@ -5025,6 +5025,13 @@

- `MAX_ITEM_OPTIONS`: 5

### Navigation mode constants, use with *mesnavigation*

- `NAV_MODE_ALL`: 0
- `NAV_MODE_MAP`: 1
- `NAV_MODE_NPC`: 2
- `NAV_MODE_MOB`: 3

### Navigation constants, use with *navigateto*

- `NAV_NONE`: 0
Expand All @@ -5035,6 +5042,7 @@
- `NAV_KAFRA_AND_AIRSHIP`: 101
- `NAV_KAFRA_AND_SCROLL`: 110
- `NAV_ALL`: 111
- `NAV_WINDOW_SEARCH`: -222

### BL types

Expand Down
8 changes: 8 additions & 0 deletions doc/constants_re.md
Original file line number Diff line number Diff line change
Expand Up @@ -5025,6 +5025,13 @@

- `MAX_ITEM_OPTIONS`: 5

### Navigation mode constants, use with *mesnavigation*

- `NAV_MODE_ALL`: 0
- `NAV_MODE_MAP`: 1
- `NAV_MODE_NPC`: 2
- `NAV_MODE_MOB`: 3

### Navigation constants, use with *navigateto*

- `NAV_NONE`: 0
Expand All @@ -5035,6 +5042,7 @@
- `NAV_KAFRA_AND_AIRSHIP`: 101
- `NAV_KAFRA_AND_SCROLL`: 110
- `NAV_ALL`: 111
- `NAV_WINDOW_SEARCH`: -222

### BL types

Expand Down

0 comments on commit 1cc00ed

Please sign in to comment.