WoW:API GetTradeSkillListLink: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
m (Move page script moved page API GetTradeSkillListLink to WoW:API GetTradeSkillListLink without leaving a redirect) |
Latest revision as of 04:46, 15 August 2023
← WoW API < GetTradeSkillListLink
Synopsis
Retrieves the TradeSkillLink to the currently open tradeskill.
link = GetTradeSkillListLink()
Arguments
- None
Returns
- link
- If tradeskill is linkable.
- nil
- If tradeskill is not linkable (runeforging) or if no tradeskill is open.
Example
local link = GetTradeSkillListLink()
if link then
print(link)
else
print("Linking is not available for this tradeskill!")
end
Result
- Displays a link to the currently open tradeskill in the chat window, unless there is none available.
Details
- Added in 3.0.1
- See also GetTradeSkillInfo(), GetSpellLink(), TradeSkillLink