SmartFoxServer 3 C++ Client API 3.1.0-beta
Client API for SmartFoxServer 3
Loading...
Searching...
No Matches
sfs3::entities::ReservedRoomVariables Namespace Reference

The names the SmartFoxServer API reserves for the Room Variables it sets on its own. More...

Variables

const std::string RV_GAME_STARTED = "$GS"
 The Room Variable keeping track of the state (started or stopped) of a game created with the CreateSFSGameRequest request.

Detailed Description

The names the SmartFoxServer API reserves for the Room Variables it sets on its own.

See also
SFSRoomVariable

Variable Documentation

◆ RV_GAME_STARTED

const std::string sfs3::entities::ReservedRoomVariables::RV_GAME_STARTED = "$GS"
inline

The Room Variable keeping track of the state (started or stopped) of a game created with the CreateSFSGameRequest request.

The server sets it to true when the game Room reaches the minimum number of players required to start the game.