7 lines
176 B
Lua
7 lines
176 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
---@meta
|
|
|
|
---@return boolean inRaid
|
|
---Returns whether the player is currently in a raid group
|
|
function IsInRaid() end
|