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

16 lines
393 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@return rolecheck mode
---@return abandonedInDungeon
---@return lfgparty
---@return nil
---@return proposal
---@return queued
---@return rolecheck
---@return unempowered submode
---@return empowered
---@return nil
---@return unempowered
---Provides information about the LFG status of the player.
function GetLFGMode() end