5 lines
293 B
Lua
5 lines
293 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
|
|
---@return number numEvents
|
|
---Returns the number of entries in the guild event log. Only returns valid data after calling QueryGuildEventLog() and the following GUILD_EVENT_LOG_UPDATE event has fired.
|
|
function GetNumGuildEvents() end |