UserProperties

Contains the names of predefined properties that can be used in matching expressions to search/filter Users.

Members

(static, constant) IS_IN_ANY_ROOM :string

User joined at least one Room.

Requires a BoolMatch for value comparison.

Type:
  • string

(static, constant) IS_NPC :string

User is a Non-Player Character (NPC).

Requires a BoolMatch for value comparison.

Type:
  • string

(static, constant) IS_PLAYER :string

User is a Player in a Game Room.

Requires a BoolMatch for value comparison.

Type:
  • string

(static, constant) IS_SPECTATOR :string

User is a Spectator in a Game Room.

Requires a BoolMatch for value comparison.

Type:
  • string

(static, constant) NAME :string

User name.

Requires a StringMatch for value comparison.

Type:
  • string

(static, constant) PRIVILEGE_ID :string

Privilege id of the User.

Requires a NumberMatch for value comparison.

Type:
  • string