Files
wow_Meta/api/UnitIsPVPFreeForAll.lua
2025-05-04 15:15:00 +02:00

8 lines
386 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@meta
---@param unit string
---@return 1nil isFreeForAll
---Returns whether a unit is flagged for free-for-all PvP. Free-for-all PvP allows all players to attack each other regardless of faction; used in certain outdoor areas (such as Gurubashi Arena and "The Maul" outside Dire Maul).
function UnitIsPVPFreeForAll(unit) end