Files
wow_Meta/api/CanGuildRemove.lua
2025-05-04 15:15:00 +02:00

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