WoW:API GetCraftDescription: Difference between revisions
Jump to navigation
Jump to search
(upgraded deprecated template) |
No edit summary |
||
| Line 4: | Line 4: | ||
craftDescription = GetCraftDescription(index) | craftDescription = GetCraftDescription(index) | ||
removed in 3.0, use GetTradeSkillDescription instead. | |||
== Parameters == | == Parameters == | ||
=== Arguments === | === Arguments === | ||
Revision as of 22:01, 10 August 2008
← WoW API < GetCraftDescription
This command returns a string description of what the current craft does.
craftDescription = GetCraftDescription(index)
removed in 3.0, use GetTradeSkillDescription instead.
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."