WoW API: GetInstanceLockTimeRemainingEncounter
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[edit]
- id
- Number - Index of the boss to query, ascending from 1 to encountersTotal return value from GetInstanceLockTimeRemaining.
Returns[edit]
- bossName
- String - Name of the boss.
- texture
- String - ?
- isKilled
- Boolean - true if the boss has been killed.