public bool FreeRoom(ulong roomId)
public bool FreeRoom(Room room)
Close and remove a room by Id
Parameters#
Name | Type | Description |
---|
roomId | UInt64 | room id |
room | Room | |
Returns#
Type | Description |
---|
Boolean | true on success or false |
Variants#
FreeRoom(roomId)#
public bool FreeRoom(ulong roomId)
Close and remove a room by Id
Parameters#
Name | Type | Description |
---|
roomId | UInt64 | room id |
Returns#
Type | Description |
---|
Boolean | true on success or false |
FreeRoom(room)#
public bool FreeRoom(Room room)
Close and remove a room
Parameters#
Name | Type | Description |
---|
room | Room | |
Returns#
Type | Description |
---|
Boolean | true on success or false |