![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Map module base class. More...
Protected Member Functions | |
| void | OnMapOpen (MapConfiguration config) |
| SCR_MapEntity event. | |
| void | OnMapClose (MapConfiguration config) |
| SCR_MapEntity event. | |
| bool | IsConfigDisabled () |
| Whether this module is disabled in config. | |
| void | SetActive (bool active, bool isCleanup=false) |
| void | Init () |
| Init method for cases where all modules and components should be loaded already so constructor cannot be used, called once after creation. | |
| void | Update (float timeSlice) |
| Update method for frame operations. | |
| void | SCR_MapModuleBase () |
| Dont use arguments in the contructor for this class or its children. | |
Protected Attributes | |
| bool | m_bDisableModule |
| Widget | m_wRootWidget |
| SCR_MapEntity | m_MapEntity |
Map module base class.
Definition at line 4 of file SCR_MapModuleBase.c.
|
inlineprotected |
Dont use arguments in the contructor for this class or its children.
Definition at line 64 of file SCR_MapModuleBase.c.
|
inlineprotected |
Init method for cases where all modules and components should be loaded already so constructor cannot be used, called once after creation.
Definition at line 54 of file SCR_MapModuleBase.c.
|
inlineprotected |
Whether this module is disabled in config.
Definition at line 24 of file SCR_MapModuleBase.c.
|
inlineprotected |
SCR_MapEntity event.
Definition at line 19 of file SCR_MapModuleBase.c.
|
inlineprotected |
SCR_MapEntity event.
Definition at line 14 of file SCR_MapModuleBase.c.
Enable open/close events
| active | is target state |
| isCleanup | determines if this is just deactivation or a cleanup |
Definition at line 33 of file SCR_MapModuleBase.c.
|
inlineprotected |
Update method for frame operations.
Definition at line 59 of file SCR_MapModuleBase.c.
|
protected |
Definition at line 7 of file SCR_MapModuleBase.c.
|
protected |
Definition at line 10 of file SCR_MapModuleBase.c.
|
protected |
Definition at line 9 of file SCR_MapModuleBase.c.