WoW:API ItemTextNextPage: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
No edit summary
(upgraded deprecated template)
Line 1: Line 1:
{{wowapi}}
<center>'''ItemTextNextPage''' - ''Documentation by [[User:Flickering|Flickering]]''</center>
<center>'''ItemTextNextPage''' - ''Documentation by [[User:Flickering|Flickering]]''</center>


Line 21: Line 22:
----
----
__NOTOC__
__NOTOC__
{{Template:WoW API}}

Revision as of 18:08, 6 January 2007

WoW API < ItemTextNextPage

ItemTextNextPage - Documentation by Flickering

Request the next page of an Item Text

ItemTextNextPage()

Parameters

Arguments

()

Returns

nil


Details

This simply requests the next page, you will receive an ITEM_TEXT_READY event when the new page is ready.
Try only to call this after receiving an ITEM_TEXT_READY event for the current page, and dont call it IN the event handler for that event, things get a little odd (Looks like a synchronization issue in the client) and your page cache might get corrupted.
Does nothing if called while viewing the last page.