5 lines
366 B
Lua
5 lines
366 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
||
|
||
---@return 1nil status
|
||
---Returns whether the player is in a world PvP zone offering an exit option. Used by the default UI to show the MiniMapBattlefieldFrame and provide a menu option for leaving if the player is in a world PvP combat zone (i.e. Wintergrasp).
|
||
function CanHearthAndResurrectFromArea() end |