WoW:API ItemTextGetText: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
(upgraded deprecated template)
m (Move page script moved page API ItemTextGetText to API ItemTextGetText without leaving a redirect)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
{{wowapi}}
{{wowapi}}
<center>'''ItemTextGetText''' - ''Documentation by [[User:Flickering|Flickering]]''</center>


Get the page contents of the current item text.
Get the page contents of the current item text.

Latest revision as of 04:46, 15 August 2023

WoW API < ItemTextGetText

Get the page contents of the current item text.

pageBody = ItemTextGetText()

Parameters[edit]

Arguments[edit]

()

Returns[edit]

pageBody
pageBody
String - The body of the current page.

Details[edit]

This is available once the ITEM_TEXT_READY event has been received.