remove( entity )
static function
Removes an Entity from the game world.
Arguments
| Name | Type | Description |
|---|---|---|
| entity | Entity | The Entity to remove |
Returns
| Type | Description |
|---|---|
| Boolean | True if the Entity was removed, false otherwise |
static function
Removes an Entity from the game world.
| Name | Type | Description |
|---|---|---|
| entity | Entity | The Entity to remove |
| Type | Description |
|---|---|
| Boolean | True if the Entity was removed, false otherwise |