WoW API: GetInstanceLockTimeRemainingEncounter

Revision as of 04:46, 15 August 2023 by Move page script (talk | contribs) (Move page script moved page API GetInstanceLockTimeRemainingEncounter to API GetInstanceLockTimeRemainingEncounter without leaving a redirect)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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