C4 Engine
C4 Engine API Documentation

PluginMgr::GetExportCatalog

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

GenericResourceCatalog *GetExportCatalog(void);

Description
The GetExportCatalog function returns the resource catalog that should be used when writing files for the purpose of exporting data out of the engine. The export catalog would normally be passed to the GenericResourceCatalog::GetResourcePath function.

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

PluginMgr::GetImportCatalog

GenericResourceCatalog::GetResourcePath

GenericResourceCatalog