GetMasterLootCandidate

From Warcraft Wiki
Jump to navigation Jump to search
Flavors
Links
Info
Added in 1.0.0 / 1.13.2

Returns the name of an eligible player for receiving master loot by index.

candidate = GetMasterLootCandidate(slot, index)

Arguments

slot
number - The loot slot number of the item you want to get information about
index
number - The number of the player whose name you wish to return. Typically between 1 and 40.

Returns

candidate
string - The name of the player.

Details

  • Only valid if the player is the master looter.

See also