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

6 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