Files
wow_Meta/api/SetLFGDungeon.lua
2024-12-16 13:13:08 +01:00

5 lines
466 B
Lua

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