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

Dispatched when one or more User Variables are updated. More...

#include <SFSEvent.h>

Public Attributes

std::vector< std::string > changedVars
 The names of the User Variables that were updated, or created for the first time.
std::shared_ptr< entities::Useruser
 The user who updated his own User Variables.

Detailed Description

Dispatched when one or more User Variables are updated.

Sent in response to a requests::SetUserVariablesRequest from a user in one of the joined Rooms.

See also
requests::SetUserVariablesRequest
entities::User
SmartFox::getJoinedRooms

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