ConfirmReadyCheck

From Warcraft Wiki
Jump to navigation Jump to search
Flavors
Links
Info
Added in 1.11.0 / 1.13.2

Responds to a ready check.

ConfirmReadyCheck(isReady)

Arguments

isReady
number? - 1 if the player is ready, nil if the player is not ready

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.