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

9 lines
280 B
Lua

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