7 lines
205 B
Lua
7 lines
205 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
---@meta
|
|
|
|
---@return number numApplications
|
|
---Returns the number of groups the player has applied for.
|
|
function C_LFGList.GetNumApplications() end
|