SFSRoom Methods |
The SFSRoom 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.
| |
| ToString |
Returns a string that contains the Room id, name and id of the Group to which it belongs.
(Overrides ObjectToString.) |