WoW:API ItemTextPrevPage: Difference between revisions
Jump to navigation
Jump to search
ItemTextPrevPage - Documentation by Flickering
mNo edit summary |
mNo edit summary |
||
Line 22: | Line 22: | ||
__NOTOC__ | __NOTOC__ | ||
{{Template:WoW API}} | {{Template:WoW API}} | ||
[[Category:API Functions|ItemTextPrevPage]] | |||
[[Category:API Item Text Functions|ItemTextPrevPage]] | [[Category:API Item Text Functions|ItemTextPrevPage]] |
Revision as of 18:36, 29 August 2005
Request the previous page of an Item Text.
ItemTextPrevPage()
Parameters
Arguments
- ()
Returns
- nil
Details
- 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.