SmartFoxServer 3 C++ Client API 3.1.0-beta
Client API for SmartFoxServer 3
Loading...
Searching...
No Matches
sfs3::event::RoomJoin Struct Reference

Dispatched when a Room is joined by the current user. More...

#include <SFSEvent.h>

Public Attributes

std::shared_ptr< entities::Roomroom
 The Room that was joined.

Detailed Description

Dispatched when a Room is joined by the current user.

Sent in response to a requests::JoinRoomRequest or a requests::QuickJoinGameRequest, if the operation succeeded.

See also
requests::JoinRoomRequest
requests::QuickJoinGameRequest
entities::Room
SFSEvent::ROOM_JOIN_ERROR

The documentation for this struct was generated from the following file: