iDynamicWorldLoaderExtension Struct Reference
Implement this interface if you want to make an extension for the dynamic world loader addon. More...
#include <tools/dynworldload.h>
Inheritance diagram for iDynamicWorldLoaderExtension:

Public Member Functions | |
| virtual bool | Parse (iDocumentNode *node, iPcDynamicWorld *dynworld)=0 |
| Parse this node. | |
Detailed Description
Implement this interface if you want to make an extension for the dynamic world loader addon.
These plugins are loaded from within a dynamic world definition file using the <extension> tag.
Definition at line 34 of file dynworldload.h.
Member Function Documentation
| virtual bool iDynamicWorldLoaderExtension::Parse | ( | iDocumentNode * | node, | |
| iPcDynamicWorld * | dynworld | |||
| ) | [pure virtual] |
Parse this node.
Returns false (but no error!) if the extension does not recognize this node.
The documentation for this struct was generated from the following file:
- tools/dynworldload.h
Generated for CEL: Crystal Entity Layer 2.1 by doxygen 1.6.1
