6 lines
171 B
Lua
6 lines
171 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
|
|
---@return 1nil isLeader
|
|
---Returns whether or player is leader of his or her guild
|
|
function IsGuildLeader() end
|