WoW:API OpenCalendar: Difference between revisions
Jump to navigation
Jump to search
(Created page with '{{wowapi}} __NOTOC__ <!-- Describe the purpose of the function, exhausting detail can be saved for a later section --> Requests calendar information from the server. Does not ope…') |
m (bp) |
||
Line 5: | Line 5: | ||
OpenCalendar() | OpenCalendar() | ||
== Triggers events == | |||
== Triggers | |||
<!-- If this function triggers an event, name it here. If not, remove the entire section. --> | <!-- If this function triggers an event, name it here. If not, remove the entire section. --> | ||
* {{api|t=e|CALENDAR_UPDATE_EVENT_LIST}}, when your query has finished processing on the server and new calendar information is available. | * {{api|t=e|CALENDAR_UPDATE_EVENT_LIST}}, when your query has finished processing on the server and new calendar information is available. |
Revision as of 16:40, 29 June 2010
← WoW API < OpenCalendar
Requests calendar information from the server. Does not open the calendar frame.
OpenCalendar()
Triggers events
- CALENDAR_UPDATE_EVENT_LIST, when your query has finished processing on the server and new calendar information is available.
Details
- If called during the loading process, (even at PLAYER_ENTERING_WORLD) the query will not return.