WoW:API HasLFGRestrictions: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
(Created page with '{{wowapi}} Returns whether the current party is a random group formed by the dungeon finder system. isRestricted = HasLFGRestrictions(); == Returns == ; isRestricted : Flag - 1…')
 
m (Move page script moved page API HasLFGRestrictions to API HasLFGRestrictions without leaving a redirect)
 
(No difference)

Latest revision as of 04:46, 15 August 2023

WoW API < HasLFGRestrictions

Returns whether the player is in a random party formed by the dungeon finder system.

isRestricted = HasLFGRestrictions();

Returns[edit]

isRestricted
Flag - 1 if the current party is subject to LFG restrictions, nil otherwise.

Details[edit]

  • Parties formed by the dungeon finder are restricted unless all 5 party members joined the dungeon finder as a party.
  • The Party Leader of such parties is referred to as "Dungeon Guide" by the default UI, and may not alter the loot system or arbitrarily remove people from the party.