WoW:API ItemTextHasNextPage: Difference between revisions
Jump to navigation
Jump to search
(upgraded deprecated template) |
mNo edit summary |
||
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. |
Revision as of 18:08, 2 November 2007
← 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.