EntityManager.get

Get an entity

Returns the entity which contains the id passed If there are none, it returns null

class EntityManager
@safe pure
get
(
in size_t eid
)

Examples

Entity e = world.entity.get(16);

Meta