AWE Core OS 8.B.22 Documentation
|
A list of module classes provided by a plugin. More...
#include <AWEPluginTypes.h>
Data Fields | |
size_t | count |
Number of module classes in the array. More... | |
const void *const * | array |
Pointer to a contiguous array of module class pointers with count elements. More... | |
A list of module classes provided by a plugin.
size_t _AWEPluginModuleArray::count |
const void* const* _AWEPluginModuleArray::array |
Pointer to a contiguous array of module class pointers with count elements.
If this is dynamically allocated, it should be freed in the AWEPlugin cleanup function.