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

5 lines
302 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@return 1nil hasData
---Returns whether PvP honor and arena data for the currently inspected unit has been downloaded from the server. See RequestInspectHonorData() to request PvP data from the server.
function HasInspectHonorData() end