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

7 lines
307 B
Lua

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