![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Protected Member Functions | |
| void | OnMapOpen (MapConfiguration config) |
| void | OnMapClose (MapConfiguration config) |
| bool | IsConfigDisabled () |
| bool | IsExclusive () |
| 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. | |
| bool | IsToolMenuFocused () |
| void | SCR_MapUIBaseComponent () |
Protected Attributes | |
| bool | m_bDisableComponent |
| bool | m_bIsExclusive |
| bool | m_bHookToRoot = false |
| Widget | m_RootWidget |
| SCR_MapEntity | m_MapEntity |
Definition at line 3 of file SCR_MapUIBaseComponent.c.
|
inlineprotected |
Definition at line 94 of file SCR_MapUIBaseComponent.c.
|
protected |
Init method for cases where all modules and components should be loaded already so constructor cannot be used, called once after creation.
|
inlineprotected |
Definition at line 39 of file SCR_MapUIBaseComponent.c.
|
inlineprotected |
Definition at line 46 of file SCR_MapUIBaseComponent.c.
|
inlineprotected |
Definition at line 83 of file SCR_MapUIBaseComponent.c.
|
inlineprotected |
|
inlineprotected |
Enable open/close events, called every time component is activated, usually on map open
| [in] | active | is target state |
| [in] | isCleanup | determines if this is just deactivation or a cleanup |
Definition at line 55 of file SCR_MapUIBaseComponent.c.
|
protected |
Update method for frame operations.
|
protected |
Definition at line 6 of file SCR_MapUIBaseComponent.c.
|
protected |
Definition at line 11 of file SCR_MapUIBaseComponent.c.
|
protected |
Definition at line 9 of file SCR_MapUIBaseComponent.c.
|
protected |
Definition at line 13 of file SCR_MapUIBaseComponent.c.
|
protected |
Definition at line 12 of file SCR_MapUIBaseComponent.c.