GetSavedWorldBossInfo

From Warcraft Wiki
Jump to navigation Jump to search
Flavors
Links
Info
Added in 5.4.0

Returns information about the player's world boss loot lockout.

name, worldBossID, reset = GetSavedWorldBossInfo(index)

Arguments

index
number - Index of the world boss lockout to query, ascending from 1 to GetNumSavedWorldBosses().

Returns

name
string - world boss lockout name, e.g. "The Four Celestials"
worldBossID
number - unique world boss ID, e.g. 5 for The Four Celestials.
reset
number - time in seconds until the loot lockout expires.

Patch changes

Mists of Pandaria Patch 5.4.0 (2013-09-10): Added.

See also