WoW:API CalendarGetEventInfo: Difference between revisions
Jump to navigation
Jump to search
m
WW:MOS
(Updated with new information) |
m (WW:MOS) |
||
| Line 2: | Line 2: | ||
<!-- Describe the purpose of the function, exhausting detail can be saved for a later section --> | <!-- Describe the purpose of the function, exhausting detail can be saved for a later section --> | ||
'''API CalendarGetEventInfo''' retrieves the details of an event. | |||
<!-- List return values and arguments as well as function name, follow Blizzard usage convention for args --> | <!-- List return values and arguments as well as function name, follow Blizzard usage convention for args --> | ||
title, description, creator, type, instanceID, ownerFlag, field6, weekday, month, day, year, hour, minute, field14, field15, field16, field17, field18, field19, lockedFlag, field21, field22, myStatus = CalendarGetEventInfo( ); | title, description, creator, type, instanceID, ownerFlag, field6, weekday, month, day, year, hour, minute, field14, field15, field16, field17, field18, field19, lockedFlag, field21, field22, myStatus = CalendarGetEventInfo( ); | ||
== Returns == | == Returns == | ||