Initial commit
This commit is contained in:
5
api/SetLFGDungeon.lua
Normal file
5
api/SetLFGDungeon.lua
Normal file
@@ -0,0 +1,5 @@
|
||||
---@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
|
Reference in New Issue
Block a user