WoW:API ItemTextHasNextPage: Difference between revisions
Jump to navigation
Jump to search
ItemTextHasNextPage - Documentation by Flickering
mNo edit summary |
No edit summary |
||
Line 19: | Line 19: | ||
__NOTOC__ | __NOTOC__ | ||
{{Template:WoW API}} | {{Template:WoW API}} | ||
Revision as of 15:09, 4 January 2006
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.