Returns a list of instance names and icons for dungeon or raid events
See also Calendar functions.
Signature:
name,
icon,
expansion
=
CalendarEventGetTextures(eventType)
Arguments:
eventType
- Type (display style) of event to query (number
)1
- Raid dungeon2
- Five-player dungeon
Returns:
name
- Name of an instance (may include heroic designation) (string
)icon
- Unique part of the path to the instance's icon texture; for the full path, prepend with"Interface\LFGFrame\LFGIcon-"
(string
)expansion
- Expansion to which the instance belongs; localized names can be found in the constantsEXPANSION_NAME0
,EXPANSION_NAME1
, etc. (number
)