WoW:API ItemTextGetText: Difference between revisions

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


Get the page contents of the current item text.
Get the page contents of the current item text.
Line 18: Line 18:
----
----
__NOTOC__
__NOTOC__
{{Template:WoW API}}
[[Category:API Item Text Functions|ItemTextGetText]]

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.