|
SmartFoxServer 3 C++ Client API 3.1.0-beta
Client API for SmartFoxServer 3
|
Dispatched when another user enters one of the Rooms joined by the current user. More...
#include <SFSEvent.h>
Public Attributes | |
| std::shared_ptr< entities::User > | user |
| The user who joined the Room. | |
| std::shared_ptr< entities::Room > | room |
| The Room that was joined. | |
Dispatched when another user enters one of the Rooms joined by the current user.
It is caused by a requests::JoinRoomRequest or a requests::QuickJoinGameRequest. The Room must be configured to fire this event, with the events setting passed at creation time.