findRegisteredClass MethodStatic
Find a registered class by classFullName.
findRegisteredClass(classFullName: string): Entity | undefined
@returns The Entity class or undefined
| Parameter | Type | Description |
|---|---|---|
| classFullName | string | class to find |
Returns - Entity | undefined
The Entity class or undefined
Defined in
- backend/src/ClassRegistry.ts Line 300
Last Updated: 16 May, 2026
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.