gpg:: RealTimeMultiplayerManager:: WaitingRoomUIResponse
#include <real_time_multiplayer_manager.h>
Data
and ResponseStatus
for the ShowWaitingRoomUI
operation.
Summary
If IsSuccess(status)
returns true, room
is populated.
Public attributes |
|
---|---|
room
|
The
RealTimeRoom for this response. |
status
|
The
ResponseStatus of the operation which generated this Response . |
Public attributes
room
RealTimeRoom gpg::RealTimeMultiplayerManager::WaitingRoomUIResponse::room
The RealTimeRoom
for this response.
Valid()
only returns true for the room if IsSuccess()
returns true for status
.
status
UIStatus gpg::RealTimeMultiplayerManager::WaitingRoomUIResponse::status
The ResponseStatus
of the operation which generated this Response
.