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

6 lines
348 B
Lua

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