WoW:API GetLootMethod

From AddOn Studio
Revision as of 17:58, 24 April 2006 by WoWWiki>Kaso
Jump to navigation Jump to search
GetLootMethod - Documentation by Kaso

Retrieves the Loot Method and (if applicable) Master Looter idenity.

lootmethod, masterlooterID = GetLootMethod()

Returns

lootmethod, masterlooterID
lootmethod
String - One of 'freeforall', 'roundrobin', 'master', 'group', 'needbeforegreed'.
masterlooterID
Number - (When In 'master', nil otherwise) returns 0 if player is masterLooter, 1-4 if party memeber is masterLooter (corresponding to party1-4) and nil if masterLooter is in another Party of the raid.



Template:WoW API