WoW:API ItemTextHasNextPage: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
m (Move page script moved page API ItemTextHasNextPage to WoW:API ItemTextHasNextPage without leaving a redirect) |
||
| (3 intermediate revisions by 3 users not shown) | |||
| Line 1: | Line 1: | ||
{{wowapi}} | |||
Determine if there is a page after the current page. | Determine if there is a page after the current page. | ||
| Line 18: | Line 18: | ||
---- | ---- | ||
__NOTOC__ | __NOTOC__ | ||
Latest revision as of 04:46, 15 August 2023
← WoW API < ItemTextHasNextPage
Determine if there is a page after the current page.
hasNext = ItemTextHasNextPage()
Parameters
Arguments
- ()
Returns
- hasNext
- hasNext
- Flag - Returns 1 if the there is a page following the currently displayed one, nil otherwise.
Details
- This is available once the ITEM_TEXT_READY event has been received.