Navigation menu
Personal tools
Not logged in
Talk
Contributions
Create account
Log in
Namespaces
WoW
Talk
English
Views
Read
Edit
History
More
Search
Navigation
Home
Random page
Help using wiki
Editions
for WoW
for WildStar
for Solar2D
Documentation
for WoW
for WildStar
Reference
WoW
⦁ FrameXML
⦁ AddOns
⦁ API
⦁ WoW Lua
WildStar
⦁ AddOns
⦁ API
⦁ WildStar Lua
Engine
Tools
What links here
Related changes
Special pages
Page information
Site
Recent Changes
Editing
WoW:World of Warcraft API
(section)
Jump to navigation
Jump to search
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
Advanced
Special characters
Help
Heading
Level 2
Level 3
Level 4
Level 5
Format
Insert
Latin
Latin extended
IPA
Symbols
Greek
Greek extended
Cyrillic
Arabic
Arabic extended
Hebrew
Bangla
Tamil
Telugu
Sinhala
Devanagari
Gujarati
Thai
Lao
Khmer
Canadian Aboriginal
Runes
Á
á
À
à
Â
â
Ä
ä
Ã
ã
Ǎ
ǎ
Ā
ā
Ă
ă
Ą
ą
Å
å
Ć
ć
Ĉ
ĉ
Ç
ç
Č
č
Ċ
ċ
Đ
đ
Ď
ď
É
é
È
è
Ê
ê
Ë
ë
Ě
ě
Ē
ē
Ĕ
ĕ
Ė
ė
Ę
ę
Ĝ
ĝ
Ģ
ģ
Ğ
ğ
Ġ
ġ
Ĥ
ĥ
Ħ
ħ
Í
í
Ì
ì
Î
î
Ï
ï
Ĩ
ĩ
Ǐ
ǐ
Ī
ī
Ĭ
ĭ
İ
ı
Į
į
Ĵ
ĵ
Ķ
ķ
Ĺ
ĺ
Ļ
ļ
Ľ
ľ
Ł
ł
Ń
ń
Ñ
ñ
Ņ
ņ
Ň
ň
Ó
ó
Ò
ò
Ô
ô
Ö
ö
Õ
õ
Ǒ
ǒ
Ō
ō
Ŏ
ŏ
Ǫ
ǫ
Ő
ő
Ŕ
ŕ
Ŗ
ŗ
Ř
ř
Ś
ś
Ŝ
ŝ
Ş
ş
Š
š
Ș
ș
Ț
ț
Ť
ť
Ú
ú
Ù
ù
Û
û
Ü
ü
Ũ
ũ
Ů
ů
Ǔ
ǔ
Ū
ū
ǖ
ǘ
ǚ
ǜ
Ŭ
ŭ
Ų
ų
Ű
ű
Ŵ
ŵ
Ý
ý
Ŷ
ŷ
Ÿ
ÿ
Ȳ
ȳ
Ź
ź
Ž
ž
Ż
ż
Æ
æ
Ǣ
ǣ
Ø
ø
Œ
œ
ß
Ð
ð
Þ
þ
Ə
ə
Formatting
Links
Headings
Lists
Files
References
Discussion
Description
What you type
What you get
Italic
''Italic text''
Italic text
Bold
'''Bold text'''
Bold text
Bold & italic
'''''Bold & italic text'''''
Bold & italic text
=== TradeSkill === :{{id|API|CloseTradeSkill}}() - Closes an open trade skill window. :{{id|API|CollapseTradeSkillSubClass}}(index) - Collapses the specified subclass header row. :{{id|API|DoTradeSkill}}(index[, repeatTimes]) - Performs the tradeskill a specified # of times. :{{id|API|ExpandTradeSkillSubClass}}(index) - Expands the specified subclass header row. :{{id|API|GetFirstTradeSkill}}() - Returns the index of the first non-header trade skill entry. :{{id|API|GetNumTradeSkills}}() - Get the number of trade skill entries (including headers). :{{id|API|GetTradeSkillCooldown}}(index) - Returns the number of seconds left for a skill to cooldown. :{{id|API|GetTradeSkillDescription}}(index) - Returns the description text of the indicated trade skill. :{{id|API|GetTradeSkillIcon}}(index) - Returns the texture name of a tradeskill's icon. :{{id|API|GetTradeSkillInfo}}(index) - Retrieves information about a specific trade skill. :{{id|API|GetTradeSkillInvSlotFilter}}(slotIndex) - Returns 1 if items corresponding to slotIndex are currently visible, otherwise nil. :{{id|API|GetTradeSkillInvSlots}}() - Returns a list of the available inventory slot types. :{{id|API|GetTradeSkillItemLink}}(index) - Returns the [[itemLink]] for a trade skill item. :{{id|API|GetTradeSkillLine}}() - Returns information about the selected skill line. :{{id|API|GetTradeSkillListLink}}() - Returns the [[TradeSkillLink]] for a trade skill. :{{id|API|GetTradeSkillNumMade}}(index) - Gets the number of items made in a single use of a skill. :{{id|API|GetTradeSkillNumReagents}}(tradeSkillRecipeId) - Returns the number of different reagents required. :{{id|API|GetTradeSkillReagentInfo}}(tradeSkillRecipeId, reagentId) - Returns data on the reagent, including a count of the player's inventory. :{{id|API|GetTradeSkillReagentItemLink}}(index, reagentId) - Returns the [[itemLink]] for one of the reagents needed to craft the given item :{{id|API|GetTradeSkillRecipeLink}}(index) - Returns the [[EnchantLink]] for a trade skill. :{{id|API|GetTradeSkillSelectionIndex}}() - Returns the Id of the currently selected trade skill, 0 if none selected. :{{id|API|GetTradeSkillSubClassFilter}}(filterIndex) - Returns 1 if items corresponding to filterIndex are currently visible, otherwise nil. :{{id|API|GetTradeSkillSubClasses}}() - Returns a list of the valid subclasses. :{{id|API|GetTradeSkillTools}}(index) - Returns information about the tools needed for a tradeskill. :{{id|API|GetTradeskillRepeatCount}}() - Returns the number of times the current item is being crafted. :{{id|API|IsTradeskillTrainer}}() - Returns 1 if trainer is for a tradeskill. :{{id|API|IsTradeSkillLinked}}() - Returns true if you're inspecting a tradeskill link rather then looking at your own tradeskills :{{id|API|SelectTradeSkill}}(index) - Select a specific trade skill in the list. :{{id|API|SetTradeSkillInvSlotFilter}}(slotIndex, onOff[, exclusive] ) - Set the inventory slot type filter. :{{id|API|SetTradeSkillSubClassFilter}}(slotIndex, onOff[, exclusive] ) - Set the subclass filter. :{{id|API|StopTradeSkillRepeat}}() - Stops creating additional queued items. :{{id|API|TradeSkillOnlyShowMakeable}}(onlyMakable) - Controls whether only recipes you have the reagents to craft are shown.
Summary:
Please note that all contributions to AddOn Studio are considered to be released under the Creative Commons Attribution-NonCommercial-ShareAlike (see
AddOn Studio Wiki:Copyrights
for details).
Submissions must be written by you, or copied from a public domain or similar free resource (see
AddOn Studio Wiki:Copyrights
for details).
Cancel
Editing help
(opens in new window)