Main Page | Class Hierarchy | Alphabetical List | Class List | File List | Class Members

Eris::Factory Class Reference

Factory is used to allow custom entity creation by client libraries. More...

#include <Factory.h>

Inheritance diagram for Eris::Factory:

List of all members.

Public Member Functions

virtual bool accept (const Atlas::Objects::Entity::GameEntity &ge, World *world)=0
 Accept is called when an entity must be constructed; this will be called every time an object is created, so avoid lengthy processing if possible.
virtual Entityinstantiate (const Atlas::Objects::Entity::GameEntity &ge, World *world)=0
 create whatever entity the client desires

Detailed Description

Factory is used to allow custom entity creation by client libraries.


The documentation for this class was generated from the following file:
Generated on Fri Nov 12 07:43:30 2004 for Eris by  doxygen 1.3.9.1