Class UserProperties
java.lang.Object
com.smartfoxserver.entities.match.UserProperties
A list of properties that can be used in MatchExpressions for User objects
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
NAME
The user name- See Also:
-
IS_PLAYER
The isPlayer flag- See Also:
-
IS_SPECTATOR
The isSpectator flag- See Also:
-
IS_NPC
The isNpc flag- See Also:
-
PRIVILEGE_ID
The privilege Id- See Also:
-
IS_IN_ANY_ROOM
Equivalent to User.lastJoinedRoom == null- See Also:
-
-
Constructor Details
-
UserProperties
public UserProperties()
-