PluginMgr::GetImportCatalog
Defined in:
Returns the resource catalog for importing files.
C4Plugins.h
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