CEL

Public API Reference

Public Member Functions
iEntityLoader Struct Reference

This interface allows one to access the celentity addon with an easier interface. More...

#include <tools/entityloader.h>

Inheritance diagram for iEntityLoader:
iBase

List of all members.

Public Member Functions

virtual iCelEntityLoad (iDocumentNode *node, iMeshWrapper *mesh=0)=0
 Load the entity from the document node.
virtual iCelEntityLoad (const char *path, const char *file, iMeshWrapper *mesh=0)=0
 Conveniance function to load the entity from a vfs file.

Detailed Description

This interface allows one to access the celentity addon with an easier interface.

With this addon you can load entities with assocated behaviour and property classes from an XML description file.

Definition at line 36 of file entityloader.h.


Member Function Documentation

virtual iCelEntity* iEntityLoader::Load ( iDocumentNode node,
iMeshWrapper mesh = 0 
) [pure virtual]

Load the entity from the document node.

If the optional mesh is given then a pcmesh is automatically created. Returns entity or 0 on failure. In case of failure the error has been reported to the reporter.

virtual iCelEntity* iEntityLoader::Load ( const char *  path,
const char *  file,
iMeshWrapper mesh = 0 
) [pure virtual]

Conveniance function to load the entity from a vfs file.

Parameters:
pathoptional VFS path. Can be 0.

The documentation for this struct was generated from the following file:

Generated for CEL: Crystal Entity Layer 2.0 by doxygen 1.7.6.1