7 lines
188 B
Lua
7 lines
188 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
---@meta
|
|
|
|
---@param portOut boolean
|
|
---Teleports the player to or from their current LFG dungeon
|
|
function LFGTeleport(portOut) end
|