C4 Engine
C4 Engine API Documentation

PluginMgr::GetImageImportPluginList

Defined in:  C4Plugins.h
Returns the list of registered image import plugins.
Prototype

const List<ImageImportPlugin> *GetImageImportPluginList(voidconst;

Description
The GetImageImportPluginList function returns a pointer to the Plugin Manager's list of registered image import plugins.
See Also

PluginMgr::GetImageExportPluginList

PluginMgr::RegisterImageImportPlugin