Entity DeleteThis
From CryWiki
entity:DeleteThis()
Description
Deletes the entity.
Example
|
| |
|---|---|
| |
Notes
You can also delete an entity with System.RemoveEntity:
local e = System.GetEntityByName("US_apc1"); System.RemoveEntity(e.id);
entity:DeleteThis()
Deletes the entity.
|
| |
|---|---|
| |
You can also delete an entity with System.RemoveEntity:
local e = System.GetEntityByName("US_apc1"); System.RemoveEntity(e.id);