Our new developer documentation is now available. Please check it out!
RoomCollection.Close
public bool Close(Room room)
public bool Close(ulong id)
Close a room
Info
Will not remove the room from collection
Parameters
Name | Type | Description |
---|---|---|
room | Room | room |
id | UInt64 |
Returns
Type | Description |
---|---|
Boolean | true if room to close found |
Variants
Close(room)
public bool Close(Room room)
Close a room
Warning
Will not remove the room from collection
Parameters
Name | Type | Description |
---|---|---|
room | Room | room |
Returns
Type | Description |
---|---|
Boolean | true if room to close found |
Close(id)
public bool Close(ulong id)
Close a room
Parameters
Name | Type | Description |
---|---|---|
id | UInt64 |
Returns
Type | Description |
---|---|
Boolean | true if room to close found |