WoW:API GetInstanceLockTimeRemainingEncounter: Difference between revisions
Jump to navigation
Jump to search
(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…') |
m (Move page script moved page API GetInstanceLockTimeRemainingEncounter to API GetInstanceLockTimeRemainingEncounter without leaving a redirect) |
(No difference)
|
Latest revision as of 04:46, 15 August 2023
← 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.