C4 Engine
C4 Engine API Documentation

PluginMgr::GetImageExportPluginList

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

const List<ImageExportPlugin> *GetImageExportPluginList(voidconst;

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

PluginMgr::GetImageImportPluginList

PluginMgr::RegisterImageExportPlugin