|
SmartFoxServer 3 C++ Client API 3.1.0-beta
Client API for SmartFoxServer 3
|
Dispatched when a player is turned into a spectator inside a Game Room. More...
#include <SFSEvent.h>
Public Attributes | |
| std::shared_ptr< entities::User > | user |
| The player who was turned into a spectator. | |
| std::shared_ptr< entities::Room > | room |
| The Room where it happened. | |
Dispatched when a player is turned into a spectator inside a Game Room.
Sent in response to a requests::PlayerToSpectatorRequest, if the operation succeeded.