Files
wow_Meta/api/CalendarEventGetCalendarType.lua
2024-12-16 13:13:08 +01:00

8 lines
261 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@return PLAYER calendarType
---@return GUILD_ANNOUNCEMENT
---@return GUILD_EVENT
---@return PLAYER
---Returns the type of the selected calendar event
function CalendarEventGetCalendarType() end