WoW API: IsTradeSkillLinked
← WoW API < IsTradeSkillLinked
Returns true if the tradeskill being viewed is from a link rather then your own.
isLink = IsTradeSkillLinked()
- Arguments
- none
- Returns
- 1 if the tradeskill is is from a link, nil otherwise
- Example
if not IsTradeSkillLinked() then -- do something with the player's tradeskills end