C_EncounterJournal.InstanceHasLoot

From Warcraft Wiki
Jump to navigation Jump to search

Returns whether an instance has a loot table in the journal.

hasLoot = C_EncounterJournal.InstanceHasLoot([journalInstanceID])

Arguments

journalInstanceID
number? : JournalInstance.ID - If omitted, defaults to the currently selected instance from EJ_SelectInstance()

Returns

hasLoot
boolean

Patch changes

Battle for Azeroth Patch 8.1.0 (2018-12-11): Added.