Click or drag to resize

RoomEvents Properties

The RoomEvents type exposes the following members.

Properties
  NameDescription
Public propertyAllowUserCountChange
Indicates whether or not the USER_COUNT_CHANGE event should be dispatched whenever the users (or players+spectators) count changes in the Room.
Public propertyAllowUserEnter
Indicates whether the USER_ENTER_ROOM event should be dispatched whenever a user joins the Room or not.
Public propertyAllowUserExit
Indicates whether the USER_EXIT_ROOM event should be dispatched whenever a user leaves the Room or not.
Public propertyAllowUserVariablesUpdate
Indicates whether or not the USER_VARIABLES_UPDATE event should be dispatched whenever a user in the Room updates his User Variables.
Top
See Also