Contents
← WoW API < CalendarEventSetType
- Sets the Event type of the current Opened event
CalendarEventSetType(type)
Parameters[edit | edit source]
Arguments[edit | edit source]
- (type)
- type
- Number - The number of the Event Type, or one of the CALENDAR_EVENTTYPE defininitions
CALENDAR_EVENTTYPE_RAID = 1
CALENDAR_EVENTTYPE_DUNGEON = 2
CALENDAR_EVENTTYPE_PVP = 3
CALENDAR_EVENTTYPE_MEETING = 4
CALENDAR_EVENTTYPE_OTHER = 5
Returns[edit | edit source]
- nil
Details[edit | edit source]
- Changes the Event Type to an Event which was opened with: CalendarNewEvent, CalendarNewGuildWideEvent or CalendarOpenEvent
Community content is available under CC-BY-SA unless otherwise noted.