7 lines
273 B
Lua
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 |