WoW:API GetLootMethod: Difference between revisions
Jump to navigation
Jump to search
GetLootMethod - Documentation by Kaso
(upgraded deprecated template) |
No edit summary |
||
| Line 4: | Line 4: | ||
Retrieves the Loot Method and (if applicable) Master Looter idenity. | Retrieves the Loot Method and (if applicable) Master Looter idenity. | ||
lootmethod, | lootmethod, masterlooterPartyID, masterlooterRaidID = GetLootMethod() | ||
=== Returns === | === Returns === | ||
:lootmethod, masterlooterID | :lootmethod, masterlooterID, masterlooterRaidID | ||
:;lootmethod : String - One of 'freeforall', 'roundrobin', 'master', 'group', 'needbeforegreed'. Appears to be 'freeforall' if you are not grouped. | :;lootmethod : String - One of 'freeforall', 'roundrobin', 'master', 'group', 'needbeforegreed'. Appears to be 'freeforall' if you are not grouped. | ||
:; | :;masterlooterPartyID : 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. | ||
:;masterlooterRaidID : Number - (When In 'master', nil otherwise) returns 0 if player is masterLooter, 1-40 if raid member is masterLooter (corresponding to raid1-40) and nil if the player is not in a raid. | |||
---- | ---- | ||
__NOTOC__ | __NOTOC__ | ||
Revision as of 23:05, 9 August 2007
← WoW API < GetLootMethod
Retrieves the Loot Method and (if applicable) Master Looter idenity.
lootmethod, masterlooterPartyID, masterlooterRaidID = GetLootMethod()
Returns
- lootmethod, masterlooterID, masterlooterRaidID
- lootmethod
- String - One of 'freeforall', 'roundrobin', 'master', 'group', 'needbeforegreed'. Appears to be 'freeforall' if you are not grouped.
- masterlooterPartyID
- 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.
- masterlooterRaidID
- Number - (When In 'master', nil otherwise) returns 0 if player is masterLooter, 1-40 if raid member is masterLooter (corresponding to raid1-40) and nil if the player is not in a raid.