6 lines
301 B
Lua
6 lines
301 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
|
|
---@return list ...
|
|
---Returns the list of privileges for the guild rank being edited. The name of a privilege for an index in this list can be found in the global variable "GUILDCONTROL_OPTION"..index.
|
|
function GuildControlGetRankFlags() end
|