GetSavedWorldBossInfo
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 history
Patch 5.4.0 / API changes (2013-09-10): Added.
See also
- GetNumSavedWorldBosses() - counts number of world bosses this function applies to
- GetSavedInstanceInfo(...) - same function as this, but for instances
- GetInstanceLockTimeRemainingEncounter(...) - also gets boss info (i.e. name), but within an instance