Wikia

WoWWiki

API GetTradeSkillListLink

Talk0
98,468pages on
this wiki

Contents

Synopsis Edit

Retrieves the TradeSkillLink to the currently open tradeskill.

 link = GetTradeSkillListLink()

Arguments Edit

None

Returns Edit

link 
If tradeskill is linkable.
nil 
If tradeskill is not linkable (runeforging) or if no tradeskill is open.

Example Edit

local link = GetTradeSkillListLink()
if link then
	print(link)
else
	print("Linking is not available for this tradeskill!")
end

Result Edit

Displays a link to the currently open tradeskill in the chat window, unless there is none available.

Details Edit

Advertisement | Your ad here

Photos

Add a Photo
61,981photos on this wiki
See all photos >

Recent Wiki Activity

See more >

Around Wikia's network

Random Wiki