7 lines
389 B
Lua
7 lines
389 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
||
---@meta
|
||
|
||
---@return 1nil enabled
|
||
---Returns whether the default Aggro Warning UI should currently be shown. This function (and the threatWarning CVar that affects its behavior) has no effect on other threat APIs; it merely indicates whether Blizzard's threat warning UI should be displayed.
|
||
function IsThreatWarningEnabled() end
|