WoW API: GetInstanceLockTimeRemainingEncounter

WoW API < GetInstanceLockTimeRemainingEncounter

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

bossName, texture, isKilled = GetInstanceLockTimeRemainingEncounter(id);

ArgumentsEdit

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

ReturnsEdit

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

See alsoEdit