SmartFoxServer 2X C++ API
Sfs2X::Entities::Match::RoomProperties Class Reference

A list of additional properties that can be used in MatchExpressions for Room objects More...

#include <RoomProperties.h>

Static Public Attributes

static boost::shared_ptr< string > NAME
 The Room name More...
 
static boost::shared_ptr< string > GROUP_ID
 The Room group id More...
 
static boost::shared_ptr< string > MAX_USERS
 The Room max users More...
 
static boost::shared_ptr< string > MAX_SPECTATORS
 The Room max spectators More...
 
static boost::shared_ptr< string > USER_COUNT
 The Room user count More...
 
static boost::shared_ptr< string > SPECTATOR_COUNT
 The Room spectator count More...
 
static boost::shared_ptr< string > IS_GAME
 The Room isGame flag More...
 
static boost::shared_ptr< string > IS_PRIVATE
 The Room isPrivate flag More...
 
static boost::shared_ptr< string > HAS_FREE_PLAYER_SLOTS
 Check if the Room has at least 1 free player slot More...
 
static boost::shared_ptr< string > IS_TYPE_SFSGAME
 Check if the Room is of type SFSGame More...
 

Detailed Description

A list of additional properties that can be used in MatchExpressions for Room objects

See also
MatchExpression

Member Data Documentation

◆ GROUP_ID

boost::shared_ptr< string > Sfs2X::Entities::Match::RoomProperties::GROUP_ID
static

The Room group id

◆ HAS_FREE_PLAYER_SLOTS

boost::shared_ptr< string > Sfs2X::Entities::Match::RoomProperties::HAS_FREE_PLAYER_SLOTS
static

Check if the Room has at least 1 free player slot

◆ IS_GAME

boost::shared_ptr< string > Sfs2X::Entities::Match::RoomProperties::IS_GAME
static

The Room isGame flag

◆ IS_PRIVATE

boost::shared_ptr< string > Sfs2X::Entities::Match::RoomProperties::IS_PRIVATE
static

The Room isPrivate flag

◆ IS_TYPE_SFSGAME

boost::shared_ptr< string > Sfs2X::Entities::Match::RoomProperties::IS_TYPE_SFSGAME
static

Check if the Room is of type SFSGame

◆ MAX_SPECTATORS

boost::shared_ptr< string > Sfs2X::Entities::Match::RoomProperties::MAX_SPECTATORS
static

The Room max spectators

◆ MAX_USERS

boost::shared_ptr< string > Sfs2X::Entities::Match::RoomProperties::MAX_USERS
static

The Room max users

◆ NAME

boost::shared_ptr< string > Sfs2X::Entities::Match::RoomProperties::NAME
static

The Room name

◆ SPECTATOR_COUNT

boost::shared_ptr< string > Sfs2X::Entities::Match::RoomProperties::SPECTATOR_COUNT
static

The Room spectator count

◆ USER_COUNT

boost::shared_ptr< string > Sfs2X::Entities::Match::RoomProperties::USER_COUNT
static

The Room user count