Files
wow_Meta/api/RequestInspectHonorData.lua
2024-12-16 13:13:08 +01:00

4 lines
338 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