Class ModulesInfoW

Class Documentation

class ModulesInfoW

This class contains the information of the engine and all loaded modules.

Public Functions

ModulesInfoW()

Public Members

EngineInfo engine

The information of the engine.

int numOfModule

The number of modules that are loaded.

ModuleInfoW modules[constants::moduleLen]

An array containing the information of each loaded module. The first numOfModule indices of this array contain the module information.