Method GetRoom
| Improve this Doc View SourceGetRoom(string)
Get a custom room by its name.
Declaration
public CustomRoom GetRoom(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name | Name of the custom room to search. |
Returns
Type | Description |
---|---|
CustomRoom | The CustomRoom if found. |