WoW API: HasLFGRestrictions

Revision as of 00:12, 21 March 2010 by WoWWiki>Starlightblunder (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…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

WoW API < HasLFGRestrictions

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

isRestricted = HasLFGRestrictions();

Returns

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

Details

  • 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.