WoW:API RequestRaidInfo: Difference between revisions

m
formatting.
(Updated to match the current API boilerplate.)
m (formatting.)
Line 1: Line 1:
{{wowapi}} __NOTOC__
{{wowapi}} __NOTOC__
Sends a request to the server to send back information about the instance.
Sends a request to the server to send back information about the instance.
  RequestRaidInfo
  RequestRaidInfo()
 
 
== Arguments ==
:none
 
 
== Returns ==
:nil
 


== Triggers Events ==
== Triggers Events ==
:* "[[Events/U#UPDATE_INSTANCE_INFO|UPDATE_INSTANCE_INFO]]", when your query has finished processing on the server and the raid info is available.
; {{api|t=e|UPDATE_INSTANCE_INFO}} : When your query has finished processing on the server and the raid info is available.