Overview
C API (Component Interface)
struct ComponentCreate { const char* cls; const char* root; };

This structure is passed to a component during creation, i.e. whilst servicing EVENT_MODULE_CREATE.

Fields

const char* cls
The class to be created (some modules, e.g. language bindings, may be able to create multiple classes).
const char* root
The namespace root path under which the framework has found the specified class.