WoW:API ItemTextGetCreator: 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>'''ItemTextGetCreator''' - ''Documentation by [[User:Flickering|Flickering]]''</center>


Get the creator of an item text.
Get the creator of an item text.

Revision as of 18:09, 2 November 2007

WoW API < ItemTextGetCreator

Get the creator of an item text.

creatorName = ItemTextGetCreator()

Parameters

Arguments

()

Returns

creatorName
creatorName
String - If this item text was created by a player (i.e. Saved mail message) then return their name, otherwise return nil.

Details

This is available once the ITEM_TEXT_BEGIN event has been received.