Files
wow_Meta/api/UnitIsPVPFreeForAll.lua
2024-12-16 13:13:08 +01:00

6 lines
378 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@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