Open main menu
Home
Random
Log in
Settings
About AddOn Studio
Disclaimers
AddOn Studio
Search
Editing
WoW:API GetSpecializationInfoByID
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!
{{wowapi}} Returns information about the player's specializations. local id, name, description, icon, background, role, class = GetSpecializationInfoByID(specializationID) == Arguments == ;specializationID : Number - The id from [[API_GetSpecializationInfo|GetSpecializationInfo()]]. See [[specializationID]] == Returns == ;id : Number - [[specializationID]]. ;name : String - specialization name, e.g. "Balance". ;description : String - description of the specialization, e.g. "Can take on the form of a powerful Moonkin, balancing the power of Arcane and Nature magic to destroy enemies at a distance." ;icon : String - Texture path to this specialization's icon. ;background : String - Background texture name for this talent tree; prepend "Interface\TALENTFRAME\" to this value for a valid texture path. ;role : String - This specialization's intended role in a party, one of "DAMAGER", "TANK", "HEALER". ;class : String - This specialization's class, e.g. "Warrior". == Details == == Patch history == {{Patch 5.0.4|note=Added to API}} == See also == * {{api|GetSpecialization}} * {{api|GetNumSpecializations}} * {{api|GetSpecializationRole}}
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)
Templates used on this page:
Template:Api
(
edit
)
Template:Apinav
(
edit
)
Template:Editlink
(
edit
)
Template:Mists-inline
(
edit
)
Template:Patch
(
edit
)
Template:Patch 5.0.4
(
edit
)
Template:Tocright
(
edit
)
Template:WoW/patch
(
edit
)
Template:WoW/patch 5.0.4
(
edit
)
Template:Wowapi
(
edit
)