|
SmartFoxServer 3 C++ Client API 3.1.0-beta
Client API for SmartFoxServer 3
|
Dispatched when the name of a Room is changed. More...
#include <SFSEvent.h>
Public Attributes | |
| std::shared_ptr< entities::Room > | room |
| The Room that was renamed. | |
| std::string | oldName |
| The previous name of the Room. | |
Dispatched when the name of a Room is changed.
Sent in response to a requests::ChangeRoomNameRequest, if the operation succeeded.