Files
wow-weakauras/Meta/api/PlayerIsPVPInactive.lua
2024-11-07 23:12:37 +01:00

7 lines
279 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