WoW:API ConfirmReadyCheck: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
No edit summary
 
m (Move page script moved page API ConfirmReadyCheck to API ConfirmReadyCheck without leaving a redirect)
 
(One intermediate revision by one other user not shown)
Line 25: Line 25:


: 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.
: 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.
[[Category:Boilerplates]]

Latest revision as of 04:45, 15 August 2023

WoW API < ConfirmReadyCheck


Sends a response to a raid ready check

ConfirmReadyCheck(isReady)


Parameters[edit]

Arguments[edit]

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

Returns[edit]

none

Details[edit]

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.