m
Move page script moved page API IsTradeSkillLinked to WoW:API IsTradeSkillLinked without leaving a redirect
(Typo fixing, typos fixed: rather then → rather than using AWB) |
m (Move page script moved page API IsTradeSkillLinked to WoW:API IsTradeSkillLinked without leaving a redirect) |
||
| (One intermediate revision by one other user not shown) | |||
| Line 1: | Line 1: | ||
{{wowapi}} | {{wowapi}} | ||
Returns true if the tradeskill being viewed is from a link | Returns true if the tradeskill being viewed is from a link along with the player's name, nil otherwise. | ||
isLink = IsTradeSkillLinked() | isLink, playerName = IsTradeSkillLinked() | ||
---- | ---- | ||
| Line 13: | Line 13: | ||
;''Returns'' | ;''Returns'' | ||
: 1 if the tradeskill | : isLink - 1 if the tradeskill shown in the UI is from a link (in chat), nil otherwise | ||
: playerName - The name of the player the tradeskill link is for if isLink is 1, nil otherwise. | |||
---- | ---- | ||