Files
wow_Meta/api/CalendarEventGetCalendarType.lua
2025-05-04 14:35:26 +02:00

9 lines
258 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