WoW:API ItemTextGetItem: Difference between revisions

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


Get the name of the current item text.
Get the name of the current item text.

Latest revision as of 04:46, 15 August 2023

WoW API < ItemTextGetItem

Get the name of the current item text.

textName = ItemTextGetItem()

Parameters

Arguments

()

Returns

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

Details

This is available once the ITEM_TEXT_BEGIN event has been received.