7 lines
229 B
Lua
7 lines
229 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
---@meta
|
|
|
|
---@param showOffline boolean
|
|
---Enables or disables inclusion of offline members in the guild roster listing
|
|
function SetGuildRosterShowOffline(showOffline) end
|