Home > server > BaseEntityController > spawn
Override this method to handle the spawning of an entity to your entity controller.
Signature:
spawn(entity: Entity): void;|
Parameter |
Type |
Description |
|---|---|---|
|
entity |
The entity to spawn. |
void
Home > server > BaseEntityController > spawn
Override this method to handle the spawning of an entity to your entity controller.
Signature:
spawn(entity: Entity): void;|
Parameter |
Type |
Description |
|---|---|---|
|
entity |
The entity to spawn. |
void