![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Protected Member Functions | |
| void | OnAfterInit () |
| void | OnGameStart () |
| void | OnWorldPostProcess (World world) |
| void | OnUpdate (float timeSlice) |
| void | OnGameEnd () |
| void | OnBeforeWorldCleanup () |
| void | SCR_GameCoresManager () |
Static Protected Member Functions | |
| static SCR_GameCoreBase | GetCore (typename type) |
| static SCR_GameCoresManager | CreateCoresManager () |
Protected Attributes | |
| ref array< ref SCR_GameCoreBase > | m_aCores |
| ref array< SCR_GameCoreBase > | m_CoresSorted = new array<SCR_GameCoreBase> |
Static Protected Attributes | |
| static const ResourceName | CORE_CONFIG_PATH = "{A9ACCDC72AD70995}Configs/Core/Cores.conf" |
| static ref map< typename, SCR_GameCoreBase > | m_CoresMap = new map<typename, SCR_GameCoreBase> |
Manager of SCR_GameCoreBase classes, operated from class Game.
Definition at line 8 of file SCR_GameCoresManager.c.
|
inlineprotected |
Definition at line 100 of file SCR_GameCoresManager.c.
|
inlinestaticprotected |
Get game core of given type.
| type | Class inherited from SCR_GameCoreBase |
Definition at line 72 of file SCR_GameCoresManager.c.
|
inlineprotected |
Definition at line 18 of file SCR_GameCoresManager.c.
|
inlineprotected |
Definition at line 58 of file SCR_GameCoresManager.c.
|
inlineprotected |
Definition at line 50 of file SCR_GameCoresManager.c.
|
inlineprotected |
Definition at line 26 of file SCR_GameCoresManager.c.
|
inlineprotected |
Definition at line 42 of file SCR_GameCoresManager.c.
|
inlineprotected |
Definition at line 34 of file SCR_GameCoresManager.c.
|
staticprotected |
Definition at line 10 of file SCR_GameCoresManager.c.
|
protected |
Definition at line 13 of file SCR_GameCoresManager.c.
|
staticprotected |
Definition at line 16 of file SCR_GameCoresManager.c.
|
protected |
Definition at line 15 of file SCR_GameCoresManager.c.