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

17 lines
402 B
Lua

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