WoW API: GetTradeSkillDescription

From AddOn Studio
Jump to navigation Jump to search

WoW API < GetTradeSkillDescription

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

craftDescription = GetTradeSkillDescription(index)

Parameters[edit]

Arguments[edit]

index
Numeric - Number from 1 to X number of total trade skills, where 1 is the top-most skill listed.

Returns[edit]

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

Details[edit]