WoW API: HasLFGRestrictions

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

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.