WoW API: ItemTextHasNextPage

From AddOn Studio
Jump to navigation Jump to search

WoW API < ItemTextHasNextPage

Determine if there is a page after the current page.

hasNext = ItemTextHasNextPage()

Parameters[edit]

Arguments[edit]

()

Returns[edit]

hasNext
hasNext
Flag - Returns 1 if the there is a page following the currently displayed one, nil otherwise.

Details[edit]

This is available once the ITEM_TEXT_READY event has been received.