WoW:API RequestRaidInfo: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
mNo edit summary
(Updated to match the current API boilerplate.)
Line 1: Line 1:
{{wowapi}}
{{wowapi}} __NOTOC__
{{Stub/API}}
 
Does the same thing as /raidinfo command, i.e. sends a request to the server to send back information in an event.
 
Sends a request to the server to send back information about the instance.
RequestRaidInfo
 
 
== Arguments ==
:none
 
 
== Returns ==
:nil
 
 
== 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.

Revision as of 17:51, 25 June 2007

WoW API < RequestRaidInfo


Sends a request to the server to send back information about the instance.

RequestRaidInfo


Arguments

none


Returns

nil


Triggers Events

  • "UPDATE_INSTANCE_INFO", when your query has finished processing on the server and the raid info is available.