![]() |
Automated updating of API pages at this location, to reflect patch changes, has ceased from 10.1.7 onwards. |
Returns which roles the player is willing to perform in PvP battlegrounds.
tank, healer, dps = GetPVPRoles()
Returns
- tank
- boolean - true if the player is marked as willing to tank, false otherwise.
- healer
- boolean - true if the player is marked as willing to heal, false otherwise.
- dps
- boolean - true if the player is marked as willing to deal damage, false otherwise.
Patch changes
Patch 5.3.0 (2013-05-21): Added.
