WoW:API ItemTextGetPage: Difference between revisions
mNo edit summary |
m (Move page script moved page API ItemTextGetPage to API ItemTextGetPage without leaving a redirect) |
||
| (4 intermediate revisions by 4 users not shown) | |||
| Line 1: | Line 1: | ||
{{wowapi}} | |||
Get the number of the current item text page. | Get the number of the current item text page. | ||
| Line 16: | Line 16: | ||
: This is used one the ITEM_TEXT_READY event has been received for a page. | : This is used one the ITEM_TEXT_READY event has been received for a page. | ||
: Note that there is no function to return the total number of pages of the text, it must be found by iterating through until [[API | : Note that there is no function to return the total number of pages of the text, it must be found by iterating through until [[API ItemTextHasNextPage|ItemTextHasNextPage]] returns nil. | ||
---- | ---- | ||
__NOTOC__ | __NOTOC__ | ||
Latest revision as of 04:46, 15 August 2023
Get the number of the current item text page.
pageNum = ItemTextGetPage()
Parameters
Arguments
- ()
Returns
- pageNum
- pageNum
- Number - The page number of the currently displayed page, starting at 1.
Details
- This is used one the ITEM_TEXT_READY event has been received for a page.
- Note that there is no function to return the total number of pages of the text, it must be found by iterating through until ItemTextHasNextPage returns nil.