Developer Documentation

RoomCollection.Close

public bool Close(Room room)
public bool Close(ulong id)

Close a room

Info

Will not remove the room from collection

Parameters

NameTypeDescription
roomRoomroom
idUInt64

Returns

TypeDescription
Booleantrue 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

NameTypeDescription
roomRoomroom

Returns

TypeDescription
Booleantrue if room to close found

Close(id)

public bool Close(ulong id)

Close a room

Parameters

NameTypeDescription
idUInt64

Returns

TypeDescription
Booleantrue if room to close found