Wowpedia

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

READ MORE

Wowpedia
Advertisement

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.

Advertisement