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

Dispatched when the name of a Room is changed. More...

#include <SFSEvent.h>

Public Attributes

std::shared_ptr< entities::Roomroom
 The Room that was renamed.
std::string oldName
 The previous name of the Room.

Detailed Description

Dispatched when the name of a Room is changed.

Sent in response to a requests::ChangeRoomNameRequest, if the operation succeeded.

See also
requests::ChangeRoomNameRequest
entities::Room
SFSEvent::ROOM_NAME_CHANGE_ERROR

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