EntityManager

Hi all,

An entityManager is finished. Its current job is to return an Entity (either an AIEntity or an EntityNode) with a give name. Its methods are static which can be useful for obtaining the entity of the sender of a message.



When a message is sent, it will contain who it is from in a string manner. Calling EntityManager.getEntityWithName(message.from) will return an entity.



Thx, DP