WoW API: GetProfessions

From AddOn Studio
Jump to navigation Jump to search

WoW API < GetProfessions

Gives all of the current character's professions

prof1, prof2, archaeology, fishing, cooking, firstAid = GetProfessions();

Returns[edit]

prof1, prof2, archaeology, fishing, cooking, firstAid
prof1
Number - the index of the first profession
prof2
Number - the index of the second profession
archaeology
Number - the index of Archaeology
fishing
Number - the index of Fishing
cooking
Number - the index of Cooking
firstAid
Number - the index of First Aid


Details[edit]

The indices returned can be passed into the API GetProfessionInfo function. The indices are not fixed and can change when a character learns or unlearns a profession. If you do not have one of the skills the value returned will be nil.