Skip to content

Commit

Permalink
Remove BestiaryMenu.GetLastEnemyPageID from the docs (seems it was re…
Browse files Browse the repository at this point in the history
…named to GetNumMonsterPages before release but both got documented)
  • Loading branch information
ConnorForan committed Dec 21, 2024
1 parent 6a82539 commit f10de30
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions docs/docs/menus/BestiaryMenu.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,21 +32,20 @@ ___
### GetSelectedPage () {: aria-label='Functions' }
#### int GetSelectedPage ( ) {: .copyable aria-label='Functions' }

___
### GetLastEnemyPageID () {: aria-label='Functions' }
#### int GetLastEnemyPageID ( ) {: .copyable aria-label='Functions' }
Gets the id of the last page enemies are displayed. Pages afterwards are reserved for bosses.
___
### GetNumBossPages () {: aria-label='Functions' }
#### int GetNumBossPages ( ) {: .copyable aria-label='Functions' }
Returns the number of bestiary pages used for bosses. The boss pages come after the monster pages.

___
### GetNumMonsterPages () {: aria-label='Functions' }
#### int GetNumMonsterPages ( ) {: .copyable aria-label='Functions' }
Returns the number of bestiary pages used for enemies. Enemy pages come first, the pages afterwards are reserved for bosses.

___
### GetNumPages () {: aria-label='Functions' }
#### int GetNumPages ( ) {: .copyable aria-label='Functions' }
Returns the total number of pages currently in the bestiary, with both monster and boss pages included.

___
### GetSelectedElement () {: aria-label='Functions' }
Expand Down

0 comments on commit f10de30

Please sign in to comment.