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

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::Roomroom
 The Room where the update occurred.

Detailed Description

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.

See also
requests::SetRoomVariablesRequest
entities::Room

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