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

11 lines
322 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@meta
---@param eventType 2
---@param 1
---@param 2
---@return string name
---@return string icon
---@return number expansion
---Returns a list of instance names and icons for dungeon or raid events
function CalendarEventGetTextures(eventType, 1, 2) end