Entity manipulation
Last updated
This article is a stub.
For information on how to spawn entities with Codeware, see psiberx's wiki until we find the time to migrate the information here.
Call DynamicEntitySystem's DeleteEntity method with your entity's ID:
Game.GetDynamicEntitySystem():DeleteEntity(EntityID)Last updated