WoW:API ItemTextGetItem: Difference between revisions

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


Get the name of the current item text.
Get the name of the current item text.
Line 18: Line 18:
----
----
__NOTOC__
__NOTOC__
{{Template:WoW API}}

Latest revision as of 04:46, 15 August 2023

WoW API < ItemTextGetItem

Get the name of the current item text.

textName = ItemTextGetItem()

Parameters[edit]

Arguments[edit]

()

Returns[edit]

textName
textName
String - The name of the item text which is being viewed.

Details[edit]

This is available once the ITEM_TEXT_BEGIN event has been received.