WoW API: GetInstanceLockTimeRemainingEncounter

From AddOn Studio
Revision as of 22:55, 29 March 2010 by WoWWiki>Starlightblunder (Created page with '{{wowapi}} Returns information about bosses in the instance the player is about to be saved to. bossName, texture, isKilled = GetInstanceLockTimeRemainingEncounter(id); == Argu…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

WoW API < GetInstanceLockTimeRemainingEncounter

Returns information about bosses in the instance the player is about to be saved to.

bossName, texture, isKilled = GetInstanceLockTimeRemainingEncounter(id);

Arguments

id
Number - Index of the boss to query, ascending from 1 to encountersTotal return value from GetInstanceLockTimeRemaining.

Returns

bossName
String - Name of the boss.
texture
String - ?
isKilled
Boolean - true if the boss has been killed.

See also