LogoPixi’VN
indexNamespacesRegisteredRoomsFunctions

Function: has()

> has(id): boolean

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

Check if a room is registered.

Parameters

id

string

The id of the room.

Returns

boolean

True if the room is registered, false otherwise.

On this page