WoW API: ConfirmReadyCheck

From AddOn Studio
Revision as of 04:45, 15 August 2023 by Move page script (talk) (Move page script moved page API ConfirmReadyCheck to API ConfirmReadyCheck without leaving a redirect)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

WoW API < ConfirmReadyCheck


Sends a response to a raid ready check

ConfirmReadyCheck(isReady)


Parameters

Arguments

(isReady)
isReady
Integer - 1 if the player is ready, nil if the player is not ready

Returns

none

Details

This function is used in response to receiving a READY_CHECK event. Normally this event will display the ReadyCheckFrame dialog which will in turn call ConfirmReadyCheck in response to the user clicking the Yes or No button.