List of all members.
Public Member Functions |
nLoadOut::tModuleType | GetType () |
UINT8 | GetNumber () |
Static Public Member Functions |
static Module * | GetModule (nLoadOut::tModuleType type, UINT8 number) |
Protected Member Functions |
| Module (nLoadOut::tModuleType type, UINT8 number) |
virtual | ~Module () |
Protected Attributes |
nLoadOut::tModuleType | m_moduleType |
| The type of module represented.
|
UINT8 | m_moduleNumber |
| The module index within the module type.
|
Constructor & Destructor Documentation
Module::Module |
( |
nLoadOut::tModuleType |
type, |
|
|
UINT8 |
number |
|
) |
| [explicit, protected] |
Constructor.
- Parameters:
-
type | The type of module represented. |
number | The module index within the module type. |
Module::~Module |
( |
| ) |
[protected, virtual] |
Member Function Documentation
Module * Module::GetModule |
( |
nLoadOut::tModuleType |
type, |
|
|
UINT8 |
number |
|
) |
| [static] |
Static module singleton factory.
- Parameters:
-
type | The type of module represented. |
number | The module index within the module type. |
The documentation for this class was generated from the following files: