ItemTextGetCreator

From Warcraft Wiki
Jump to navigation Jump to search
Flavors
Links
Info
Added in 1.0.0 / 1.13.2

Returns the name of the character who created the item text.

creatorName = ItemTextGetCreator()

Parameters

Returns

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.