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

7 lines
273 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@param name string
---@param unit string
---@return boolean isInactive
---Returns whether a battleground participant is inactive (and eligible for reporting as AFK)
function PlayerIsPVPInactive(name, unit) end