Class SFS2X.Entities.Match.UserProperties

The predefined properties that can be used in matching expressions to search/filter users.

Field Summary

Field Detail

<static> <constant> SFS2X.Entities.Match.UserProperties.IS_IN_ANY_ROOM
The user joined at least one Room. Requires a BoolMatcher to be used for values comparison.
See also:
SFS2X.Entities.Match.MatchExpression
SFS2X.Entities.SFSUser
<static> <constant> SFS2X.Entities.Match.UserProperties.IS_NPC
The user is a Non-Player Character (NPC). Requires a BoolMatcher to be used for values comparison.
See also:
SFS2X.Entities.Match.MatchExpression
SFS2X.Entities.SFSUser
<static> <constant> SFS2X.Entities.Match.UserProperties.IS_PLAYER
The user is a player in a Game Room. Requires a BoolMatcher to be used for values comparison.
See also:
SFS2X.Entities.Match.MatchExpression
SFS2X.Entities.SFSUser
<static> <constant> SFS2X.Entities.Match.UserProperties.IS_SPECTATOR
The user is a spectator in a Game Room. Requires a BoolMatcher to be used for values comparison.
See also:
SFS2X.Entities.Match.MatchExpression
SFS2X.Entities.SFSUser
<static> <constant> SFS2X.Entities.Match.UserProperties.NAME
The user name. Requires a StringMatcher to be used for values comparison.
See also:
SFS2X.Entities.Match.MatchExpression
SFS2X.Entities.SFSUser
<static> <constant> SFS2X.Entities.Match.UserProperties.PRIVILEGE_ID
The user privilege id. Requires a NumberMatcher to be used for values comparison.
See also:
SFS2X.Entities.Match.MatchExpression
SFS2X.Entities.SFSUser