WoW:API ItemTextGetText

From AddOn Studio
Revision as of 15:10, 4 January 2006 by WoWWiki>Anticrash
Jump to navigation Jump to search
ItemTextGetText - Documentation by Flickering

Get the page contents of the current item text.

pageBody = ItemTextGetText()

Parameters

Arguments

()

Returns

pageBody
pageBody
String - The body of the current page.

Details

This is available once the ITEM_TEXT_READY event has been received.

Template:WoW API