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

4 lines
341 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---Requests PvP honor and arena data from the server for the currently inspected unit. Once the INSPECT_HONOR_UPDATE event fires, PvP honor and arena information can be retrieved using GetInspectHonorData(team) and GetInspectArenaTeamData().
function RequestInspectHonorData() end