WoW:API GetTradeSkillLine: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
(Fixed formating to look more like the other pages)
m (Move page script moved page API GetTradeSkillLine to API GetTradeSkillLine without leaving a redirect)
 
(One intermediate revision by one other user not shown)
Line 10: Line 10:


:;maxLevel : Current maxlevel for tradeskill (based on Journeyman, Expert etc..)
:;maxLevel : Current maxlevel for tradeskill (based on Journeyman, Expert etc..)
Note: GetTradeSkillLine() works by calling up your profession (ex: [[Blacksmithing]]) and pulls the data for the return values. If the profession window does not open, it will return an Unknown value for tradeskillName.

Latest revision as of 04:46, 15 August 2023

WoW API < GetTradeSkillLine

 local tradeskillName, currentLevel, maxLevel = GetTradeSkillLine();


Returns[edit]

tradeskillName
Name of the current tradeskill
currentLevel
Current level in tradeskill
maxLevel
Current maxlevel for tradeskill (based on Journeyman, Expert etc..)


Note: GetTradeSkillLine() works by calling up your profession (ex: Blacksmithing) and pulls the data for the return values. If the profession window does not open, it will return an Unknown value for tradeskillName.