|
SmartFoxServer 3 C++ Client API 3.1.0-beta
Client API for SmartFoxServer 3
|
Dispatched when one or more Room Variables are updated. More...
#include <SFSEvent.h>
Public Attributes | |
| std::vector< std::string > | changedVars |
| The names of the Room Variables that were updated, or created for the first time. | |
| std::shared_ptr< entities::Room > | room |
| The Room where the update occurred. | |
Dispatched when one or more Room Variables are updated.
Sent in response to a requests::SetRoomVariablesRequest. The sender can be a user in the same Room or, for a global Room Variable, a user in a Room of one of the subscribed Groups.