WoW:API OpenCalendar: Difference between revisions

From AddOn Studio
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()


== Arguments ==
== Triggers events ==
:No arguments
== Returns ==
:''nil''
 
== Triggers Events ==
<!-- 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

Details

If called during the loading process, (even at PLAYER_ENTERING_WORLD) the query will not return.