WoW:API DoReadyCheck: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
No edit summary
 
m (Move page script moved page API DoReadyCheck to API DoReadyCheck without leaving a redirect)
 
(2 intermediate revisions by 2 users not shown)
Line 4: Line 4:
<!-- Describe the purpose of the function, exhausting detail can be saved for a later section -->
<!-- Describe the purpose of the function, exhausting detail can be saved for a later section -->
Initiates a raid ready check.  Can only be called by the raid leader, does nothing if called by other raid members or outside of a raid.
Initiates a raid ready check.  Can only be called by the raid leader, does nothing if called by other raid members or outside of a raid.
As of one of the 2.0 patches, this function can also be called while in a normal party, but again only by the Group Leader


<!-- List return values and arguments as well as function name, follow Blizzard usage convention for args -->
<!-- List return values and arguments as well as function name, follow Blizzard usage convention for args -->
Line 13: Line 15:


: This function initiates a raid ready check and will cause all raid members to receive a READY_CHECK event.  Processing of the ready check results appear to be either server-side or internal to the client and do not seem to be directly available to the scripting sytem.  The results are reported via a CHAT_MSG.  Please update this description if you learn more about this mechanism.
: This function initiates a raid ready check and will cause all raid members to receive a READY_CHECK event.  Processing of the ready check results appear to be either server-side or internal to the client and do not seem to be directly available to the scripting sytem.  The results are reported via a CHAT_MSG.  Please update this description if you learn more about this mechanism.
[[Category:Boilerplates]]

Latest revision as of 04:45, 15 August 2023

WoW API < DoReadyCheck


Initiates a raid ready check. Can only be called by the raid leader, does nothing if called by other raid members or outside of a raid.

As of one of the 2.0 patches, this function can also be called while in a normal party, but again only by the Group Leader

DoReadyCheck()

Details

This function initiates a raid ready check and will cause all raid members to receive a READY_CHECK event. Processing of the ready check results appear to be either server-side or internal to the client and do not seem to be directly available to the scripting sytem. The results are reported via a CHAT_MSG. Please update this description if you learn more about this mechanism.