7 lines
269 B
Lua
7 lines
269 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
---@meta
|
|
|
|
---@return 1nil canRemove
|
|
---Returns whether the player is allowed to remove members from his or her guild. The player may only remove lower ranked members from the guild.
|
|
function CanGuildRemove() end
|