|
group2 0.1.0
CSE 125 Group 2
|
Output from a single lobby UI frame. More...
#include <LobbyUI.hpp>
Public Attributes | |
| std::optional< bool > | readyChange |
| Desired ready state change: true = ready, false = unready, nullopt = unchanged. | |
| bool | startMatchClicked = false |
| True if the host pressed "Start Match" this frame. | |
| bool | returnToMenuClicked = false |
| True if the user pressed "Return to Main Menu" this frame. | |
Output from a single lobby UI frame.
| std::optional<bool> BuildResult::readyChange |
Desired ready state change: true = ready, false = unready, nullopt = unchanged.
| bool BuildResult::returnToMenuClicked = false |
True if the user pressed "Return to Main Menu" this frame.
| bool BuildResult::startMatchClicked = false |
True if the host pressed "Start Match" this frame.