6 lines
228 B
Lua
6 lines
228 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
|
|
---@return boolean success
|
|
---Initiates a raid-wide role check. Every raid member is required to set his own role in a popup role window.
|
|
function InitiateRolePoll() end
|