WoW:API GetCraftDescription

From AddOn Studio
Revision as of 16:01, 15 June 2006 by WoWWiki>ScytheBlade1
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

This command returns a string description of what the current craft does.

craftDescription = GetCraftDescription(index)

Parameters

Arguments

index
Numeric - Number from 1 to X number of total crafts, where 1 is the top-most craft listed.

Returns

craftDescription
String. Returns, for example, "Permanently enchant a two handed melee weapon to grant +25 Agility."

Details


Template:WoW API