Open main menu
Home
Random
Log in
Settings
About AddOn Studio
Disclaimers
AddOn Studio
Search
Editing
WoW:API GetAvailableRoles
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|removed=4.0.1}} Returns which LFG roles your character may fulfill. local = canBeTank, canBeHealer, canBeDPS = GetAvailableRoles() == Parameters == === Returns === * canBeTank (onenil) - 1 if your character can be a tank in an LFG group, nil otherwise. * canBeHealer (onenil) - 1 if your character can be a healer in an LFG group, nil otherwise. * canBeDPS (onenil) - 1 if your character can be a damage-dealer in an LFG group, nil otherwise. == Details == At present, talents do not affect which roles are available to characters; as such, every class can sign up for a DPS role. == Notes == * Removed in patch 4.0.1
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:Ambox
(
edit
)
Template:Apinav
(
edit
)
Template:Editlink
(
edit
)
Template:Tocright
(
edit
)
Template:WoW/removedapi
(
edit
)
Template:Wowapi
(
edit
)