C4 Engine
C4 Engine API Documentation

PluginMgr::GetImportCatalog

Defined in:  C4Plugins.h
Returns the resource catalog for importing files.
Prototype

GenericResourceCatalog *GetImportCatalog(void);

Description
The GetImportCatalog function returns the resource catalog that should be used when reading files for the purpose of importing data into the engine. The import catalog would normally be passed to the Resource::GetResource function.

The default location of the import catalog is the Import/ directory. Since the import catalog is not a virtual catalog, resource names in this location should include the complete path beneath the root Import/ directory (without omitting the first directory name).
See Also

PluginMgr::GetExportCatalog

Resource::GetResource

GenericResourceCatalog