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

7 lines
475 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@meta
---@param queueIndex number
---Sets a flag indicating that the player would like to join a given dungeon/queue. This function simply indicates that the player would like to join a given dungeon or queue. Joining the queue is accomplished using the JoinLFG() function. Clearing the dungeons that have been flagged is accomplished using the ClearAllLFGDungeons function.
function SetLFGDungeon(queueIndex) end