Wowpedia

We have moved to Warcraft Wiki. Click here for information and the new URL.

READ MORE

Wowpedia
Advertisement

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.
Advertisement