Files
wow_Meta/api/GetPVPSessionStats.lua
2025-05-04 14:35:26 +02:00

7 lines
237 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@return number honorKills
---@return number honorPoints
---Returns the number of kills and honor points scored by the player since logging in
function GetPVPSessionStats() end