WoW:API ItemTextHasNextPage

From AddOn Studio
Revision as of 07:38, 7 April 2005 by WoWWiki>Flickering
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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