LogoPixi’VN
indexNamespacesRegisteredMapsFunctions

Function: get()

> get(id): MapInterface | undefined

Defined in: src/registries/RegisteredMaps.ts:32

Get a map by its id.

Parameters

id

string

The id of the map.

Returns

MapInterface | undefined

The map or undefined if not found.

On this page