The Room type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| ContainsUser |
Returns true if the the User is found in this Room
| |
| ContainsVariable |
Returns true if a RoomVariable with the passed name exists in the Room
| |
| GetUserById |
Finds a User from its Id
| |
| GetUserByName |
Finds a User from its name
| |
| GetVariable |
Gets a RoomVariable in the Room
| |
| GetVariables |
Return the full list of RoomVariables in the Room
|