# Function: has() (/jsdoc/nqtr/index/namespaces/RegisteredLocations/functions/has)



\> **has**(`id`): `boolean`

Defined in: [src/registries/RegisteredLocations.ts:59](https://github.com/DRincs-Productions/nqtr/blob/08e4514a78064e151b4c2db0972abaf6aefff32f/src/registries/RegisteredLocations.ts#L59)

Check if a location is registered.

## Parameters [#parameters]

### id [#id]

`string`

The id of the location.

## Returns [#returns]

`boolean`

True if the location is registered, false otherwise.
