WoW:API GetLootMethod: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
No edit summary
Line 7: Line 7:
:lootmethod, masterlooterID
:lootmethod, masterlooterID


:;lootmethod : String - One of 'freeforall', 'roundrobin', 'master', 'group', 'needbeforegreed'.
:;lootmethod : String - One of 'freeforall', 'roundrobin', 'master', 'group', 'needbeforegreed'. Appears to be 'freeforall' if you are not grouped.
:;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.
:;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.



Revision as of 15:15, 15 October 2006

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'. Appears to be 'freeforall' if you are not grouped.
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