AWE Core 8.D.12 Documentation
Data Fields
_AWEPluginModuleArray Struct Reference

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 ModClassModule *const * array
 Pointer to a contiguous array of module class pointers with count elements. More...
 

Detailed Description

A list of module classes provided by a plugin.

Field Documentation

◆ count

size_t _AWEPluginModuleArray::count

Number of module classes in the array.

Not the array size in bytes!

◆ array

const ModClassModule* 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.


The documentation for this struct was generated from the following file: