Everything is meta

This commit is contained in:
2025-05-04 15:15:00 +02:00
parent 859955aa36
commit 169a514973
3089 changed files with 3089 additions and 0 deletions

View File

@@ -1,4 +1,5 @@
---@diagnostic disable: missing-return, lowercase-global
---@meta
---return table . local a = CLFGList.GetSearchResultMemberCounts(searchresult_id); for b,c in pairs(a) do ChatFrame1:AddMessage(d..":"..x); end ------------- Outputs -------------------- HUNTER:1 WARRIOR:1 PALADIN:0 DAMAGER:2 PRIEST:0 HEALER:0 NOROLE:0 TANK:1 MAGE:0 WARLOCK:1 SHAMAN:0 DEATHKNIGHT:0 DRUID:0 MONK:0 ROGUE:0
function C_LFGList.GetSearchResultMemberCounts() end