RoomEvents Class |
Namespace: Sfs2X.Requests
public class RoomEvents
The RoomEvents type exposes the following members.
| Name | Description | |
|---|---|---|
| RoomEvents |
Creates a new RoomEvents instance.
|
| Name | Description | |
|---|---|---|
| AllowUserCountChange |
Indicates whether or not the USER_COUNT_CHANGE event should be dispatched whenever the users (or players+spectators) count changes in the Room.
| |
| AllowUserEnter |
Indicates whether the USER_ENTER_ROOM event should be dispatched whenever a user joins the Room or not.
| |
| AllowUserExit |
Indicates whether the USER_EXIT_ROOM event should be dispatched whenever a user leaves the Room or not.
| |
| AllowUserVariablesUpdate |
Indicates whether or not the USER_VARIABLES_UPDATE event should be dispatched whenever a user in the Room updates his User Variables.
|