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

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

#include <UserProperties.h>

Static Public Attributes

static boost::shared_ptr< string > NAME
 The user name More...
 
static boost::shared_ptr< string > IS_PLAYER
 The isPlayer flag More...
 
static boost::shared_ptr< string > IS_SPECTATOR
 The isSpectator flag More...
 
static boost::shared_ptr< string > IS_NPC
 The isNPC flag More...
 
static boost::shared_ptr< string > PRIVILEGE_ID
 The User privilege Id More...
 
static boost::shared_ptr< string > IS_IN_ANY_ROOM
 Checks if User.lastJoinedRoom == null, in other words the User is not joined in any Room More...
 

Detailed Description

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

See also
MatchExpression

Member Data Documentation

◆ IS_IN_ANY_ROOM

boost::shared_ptr< string > Sfs2X::Entities::Match::UserProperties::IS_IN_ANY_ROOM
static

Checks if User.lastJoinedRoom == null, in other words the User is not joined in any Room

◆ IS_NPC

boost::shared_ptr< string > Sfs2X::Entities::Match::UserProperties::IS_NPC
static

The isNPC flag

◆ IS_PLAYER

boost::shared_ptr< string > Sfs2X::Entities::Match::UserProperties::IS_PLAYER
static

The isPlayer flag

◆ IS_SPECTATOR

boost::shared_ptr< string > Sfs2X::Entities::Match::UserProperties::IS_SPECTATOR
static

The isSpectator flag

◆ NAME

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

The user name

◆ PRIVILEGE_ID

boost::shared_ptr< string > Sfs2X::Entities::Match::UserProperties::PRIVILEGE_ID
static

The User privilege Id