WoW:API ItemTextGetPage: Difference between revisions

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


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

Revision as of 18:08, 6 January 2007

WoW API < ItemTextGetPage

ItemTextGetPage - Documentation by Flickering

Get the number of the current item text page.

pageNum = ItemTextGetPage()

Parameters

Arguments

()

Returns

pageNum
pageNum
Number - The page number of the currently displayed page, starting at 1.

Details

This is used one the ITEM_TEXT_READY event has been received for a page.
Note that there is no function to return the total number of pages of the text, it must be found by iterating through until ItemTextHasNextPage returns nil.