WoW:API ItemTextPrevPage: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
mNo edit summary
 
m (Move page script moved page API ItemTextPrevPage to API ItemTextPrevPage without leaving a redirect)
 
(5 intermediate revisions by 5 users not shown)
Line 1: Line 1:
<center>'''ItemTextPrevPage''' - ''Documentation by [[User:Flickering|Flickering]]''</center>
{{wowapi}}


Request the previous page of an Item Text.
Request the previous page of an Item Text.
Line 9: Line 9:


=== Returns ===
=== Returns ===
:<i>nil</i>
:''nil''




Line 21: Line 21:
----
----
__NOTOC__
__NOTOC__
{{Template:WoW API}}
[[Category:API Item Text Functions|ItemTextPrevPage]]

Latest revision as of 04:46, 15 August 2023

WoW API < ItemTextPrevPage

Request the previous page of an Item Text.

ItemTextPrevPage()

Parameters[edit]

Arguments[edit]

()

Returns[edit]

nil


Details[edit]

This simply requests the previous 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 first page.