ModuleInterface
Variables
Name |
Type |
Description |
---|---|---|
profiler |
Memory address to the Profiler. |
Functions
Name |
Description |
---|---|
Constructs a ModuleInterface. |
|
Returns the Module’s ModuleType. |
|
Returns the Module’s name. |
|
/types/SystemModuleInterface/init/index |
Initialization function executed once, at program’s launch. |
/types/SystemModuleInterface/update/index |
Update function executed once per frame. |
/types/SystemModuleInterface/destroy/index |
Destruction function executed once, at program’s end. |
Notes
ModuleInterface is the base class of all Modules.