Go to the source code of this file.
Functions | |
| Entity * | createEntity (const std::string &name) |
| Reference factory for the Entity class. | |
| bool | addComponent (asIScriptObject *object, Entity *entity) |
| Wrapper function to allow classes "derived" from the EntityComponent class to be used by the Entity::addComponent. | |
| void | bindEntity (asIScriptEngine *engine) |
| Binds the Entity class to AngelScript. | |
| bool addComponent | ( | asIScriptObject * | object, | |
| Entity * | entity | |||
| ) |
Wrapper function to allow classes "derived" from the EntityComponent class to be used by the Entity::addComponent.
Definition at line 36 of file asEntity.cpp.
| void bindEntity | ( | asIScriptEngine * | engine | ) |
| Entity* createEntity | ( | const std::string & | name | ) |
1.5.8