WoW:API GetLootThreshold: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
No edit summary
 
m (Move page script moved page API GetLootThreshold to API GetLootThreshold without leaving a redirect)
 
(3 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{API/Uncategorized}}
{{wowapi}}
Returns the currently active loot threshold as a number.
 
threshold = GetLootThreshold()
 
==Returns==
;threshold : Integer - The minimum [[API TYPE Quality|quality]] of item which will be rolled for or assigned by the master looter. The value is 0 to 7, which represents Poor to Heirloom.

Latest revision as of 04:46, 15 August 2023

WoW API < GetLootThreshold

Returns the currently active loot threshold as a number.

threshold = GetLootThreshold()

Returns[edit]

threshold
Integer - The minimum quality of item which will be rolled for or assigned by the master looter. The value is 0 to 7, which represents Poor to Heirloom.