Entity manipulation

This article is a stub.

Spawning entities

For information on how to spawn entities with Codeware, see psiberx's wiki until we find the time to migrate the information here.

Despawning entities

Call DynamicEntitySystem's DeleteEntity method with your entity's ID:

Game.GetDynamicEntitySystem():DeleteEntity(EntityID)

Last updated