Contents
Sends a response to a raid ready check
ConfirmReadyCheck(isReady)
Parameters[edit | edit source]
Arguments[edit | edit source]
- (isReady)
- isReady
- Integer - 1 if the player is ready, nil if the player is not ready
Returns[edit | edit source]
none
Details[edit | edit source]
- 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.
Community content is available under CC-BY-SA unless otherwise noted.