WoW API: GetLFGRoles

Revision as of 04:46, 15 August 2023 by Move page script (talk | contribs) (Move page script moved page API GetLFGRoles to API GetLFGRoles without leaving a redirect)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

WoW API < GetLFGRoles

Returns what roles you signed up as in the Dungeon Finder.

    isLeader, isTank, isHealer, isDPS = GetLFGRoles()

ReturnsEdit

isLeader
Boolean - if you signed up as a candidate for group leader
isTank
Boolean - if you signed up as a tank
isHealer
Boolean - if you signed up as a healer
isDPS
Boolean - if you signed up as DPS