WoW:API GetTradeSkillDescription: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
(New page: {{wowapi}} This command returns a string description of what the current trade skill does. craftDescription = GetTradeSkillDescription(index) == Parameters == === Arguments === :;ind...)
 
m (Move page script moved page API GetTradeSkillDescription to API GetTradeSkillDescription without leaving a redirect)
 

Latest revision as of 04:46, 15 August 2023

WoW API < GetTradeSkillDescription

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

craftDescription = GetTradeSkillDescription(index)

Parameters

Arguments

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

Returns

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

Details