WoW:API RequestRaidInfo: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
mNo edit summary
m (Move page script moved page API RequestRaidInfo to WoW:API RequestRaidInfo without leaving a redirect)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{wowapi}}
{{wowapi}} __NOTOC__
{{Stub/API}}
Sends a request to the server to send back information about the instance.
Does the same thing as /raidinfo command, i.e. sends a request to the server to send back information in an event.
RequestRaidInfo()
 
== Triggers Events ==
; {{api|t=e|UPDATE_INSTANCE_INFO}} : When your query has finished processing on the server and the raid info is available.

Latest revision as of 04:47, 15 August 2023

WoW API < RequestRaidInfo

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

RequestRaidInfo()

Triggers Events

UPDATE_INSTANCE_INFO
When your query has finished processing on the server and the raid info is available.