LogoPixi’VN
indexNamespacesRegisteredActivitiesFunctions

Function: has()

> has(id): boolean

Defined in: src/registries/RegisteredActivities.ts:59

Check if an activity is registered.

Parameters

id

string

The id of the activity.

Returns

boolean

True if the activity is registered, false otherwise.

On this page