WoW:API ItemTextHasNextPage: Difference between revisions
(upgraded deprecated template) |
m (Move page script moved page API ItemTextHasNextPage to API ItemTextHasNextPage without leaving a redirect) |
||
| (One intermediate revision by one other user not shown) | |||
| Line 1: | Line 1: | ||
{{wowapi}} | {{wowapi}} | ||
Determine if there is a page after the current page. | Determine if there is a page after the current page. | ||
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.