ModuleInterface

Variables

Name

Type

Description

profiler

ProfilerInterface*

Memory address to the Profiler.

Functions

Name

Description

ModuleInterface

Constructs a ModuleInterface.

getType

Returns the Module’s ModuleType.

getName

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.