LogoPixi’VN
indexNamespacesRegisteredRoomsFunctions

Function: get()

> get(id): RoomInterface | undefined

Defined in: src/registries/RegisteredRooms.ts:41

Get a room by its id.

Parameters

id

string

The id of the room.

Returns

RoomInterface | undefined

The room or undefined if not found.

On this page