49
edits
mNo edit summary |
|||
| Line 1: | Line 1: | ||
{{wowapi | {{wowapi|removed=3.1.3}} | ||
Retrieve information about the specified calendar day. | Retrieve information about the specified calendar day. | ||
local pendingInviteIndex, calendarType, eventType, dayTexture = | |||
CalendarGetDay(monthOffset, day) | |||
== Arguments == | == Arguments == | ||
* monthOffset (number) - The number of months to offset from today | |||
* day (number) - The number of days to offset from today | |||
== Returns == | == Returns == | ||
* pendingInviteIndex (number) - See the below table | |||
* calendarType (string) - One of "PLAYER", "GUILD", "ARENA", "HOLIDAY" | |||
* eventType (number) - See the below table | |||
* dayTexture (string) - Unknown | |||
== Details == | == Details == | ||
These tables have been extracted from the Beta UI code to give details on the above return values: | |||
These tables have been | |||
pendingInviteIndex | pendingInviteIndex | ||
| Line 34: | Line 28: | ||
CALENDAR_INVITESTATUS_SIGNEDUP = 7 | CALENDAR_INVITESTATUS_SIGNEDUP = 7 | ||
CALENDAR_INVITESTATUS_NOT_SIGNEDUP = 8 | CALENDAR_INVITESTATUS_NOT_SIGNEDUP = 8 | ||
eventType | eventType | ||