Files
wow_Meta/api/CalendarEventGetCalendarType.lua
2025-05-04 15:15:00 +02:00

10 lines
267 B
Lua

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