Room Methods |
The Room type exposes the following members.
Name | Description | |
---|---|---|
ContainsUser |
Indicates whether the specified user is currently inside this Room or not.
| |
ContainsVariable |
Indicates whether this Room has the specified Room Variable set or not.
| |
GetUserById |
Retrieves a User object from its id property.
| |
GetUserByName |
Retrieves a User object from its name property.
| |
GetVariable |
Retrieves a Room Variable from its name.
| |
GetVariables |
Retrieves all the Room Variables of this Room.
|