WoW:API ItemTextGetItem: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
(upgraded deprecated template)
mNo edit summary
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.

Revision as of 18:09, 2 November 2007

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.