WoW:API ItemTextHasNextPage

From AddOn Studio
Revision as of 15:09, 4 January 2006 by WoWWiki>Anticrash
Jump to navigation Jump to search
ItemTextHasNextPage - Documentation by Flickering

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.

Template:WoW API