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

9 lines
267 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@return boolean leader
---@return boolean tank
---@return boolean healer
---@return boolean damage
---Returns the group roles for which the player has signed up in the LFG system
function GetLFGRoles() end