WoW:API GetLFGRoles: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
m (Created page with '{{wowapi}} __NOTOC__ Returns what roles you signed up as in the Dungeon Finder. isLeader, isTank, isHealer, isDPS = GetLFGRoles() == Returns == ;isLeader : Boolean - if …')
 
m (Move page script moved page API GetLFGRoles to API GetLFGRoles without leaving a redirect)
 
(No difference)

Latest revision as of 04:46, 15 August 2023

WoW API < GetLFGRoles

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

    isLeader, isTank, isHealer, isDPS = GetLFGRoles()

Returns[edit]

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