WoW API: GetInstanceLockTimeRemainingEncounter

From AddOn Studio
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)
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.

See also[edit]