DeleteEntity — FiveM Natives
0xAE3CBE5BF394C9C9 · ENTITY · all
Delete the specified entity, and invalidate the passed handle (i.e., the in/out argument). You might want to check if the entity exists before with DOES_ENTITY_EXIST.
Parameters
| Name | Type | Description |
|---|---|---|
| entity | Entity* | The entity to delete. |
Returns
void