5 lines
570 B
Lua
5 lines
570 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
|
|
---Joins the player to the LFG system. This function just signals to the server that the player is joining the LFG system. In order to actually queue for any dungeons, the SetLFGDungeon function must be called for each dungeon the player wishes to queue for. For the 'random dungeon' queues, these are a single numeric identifier that will queue the player for any of the dungeons in that category. You can obtain this number by opening the LFD frame and running /dump LFDQueueFrame.type.
|
|
function JoinLFG() end
|