WoW API: DoReadyCheck

From AddOn Studio
Revision as of 17:25, 28 September 2006 by WoWWiki>Mundocani
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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.

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.