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 (Move page script moved page API OpenCalendar to API OpenCalendar without leaving a redirect)
 
(One intermediate revision by one other user not shown)
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.

Latest revision as of 04:46, 15 August 2023

WoW API < OpenCalendar

Requests calendar information from the server. Does not open the calendar frame.

OpenCalendar()

Triggers events[edit]

Details[edit]

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