WoW:API IsTradeSkillLinked: Difference between revisions
Jump to navigation
Jump to search
(New page: {{wowapi}} Returns true if the tradeskill being viewed is from a link rather then your own. isLink = IsTradeSkillLinked() ---- ;''Arguments'' : none ---- ;''Returns'' : 1 if the tra...) |
(Typo fixing, typos fixed: rather then → rather than using AWB) |
||
Line 1: | Line 1: | ||
{{wowapi}} | {{wowapi}} | ||
Returns true if the tradeskill being viewed is from a link rather | Returns true if the tradeskill being viewed is from a link rather than your own. | ||
isLink = IsTradeSkillLinked() | isLink = IsTradeSkillLinked() |
Revision as of 17:08, 22 November 2008
← WoW API < IsTradeSkillLinked
Returns true if the tradeskill being viewed is from a link rather than 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