![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Protected Member Functions | |
| bool | GetGameOverScreenInfo (EGameOverTypes infoId, out SCR_BaseGameOverScreenInfo gameOverScreenInfo) |
| int | GetGameOverInfoArray (notnull out array< SCR_BaseGameOverScreenInfo > gameOverScreens) |
| SCR_BaseGameOverScreenInfo | GetGameOverInfo (EGameOverTypes infoId) |
| void | SCR_GameOverScreenConfig () |
Protected Attributes | |
| ref array< ref SCR_BaseGameOverScreenInfo > | m_aGameOverScreens |
| ref map< EGameOverTypes, SCR_BaseGameOverScreenInfo > | m_mGameOverScreensMap = new map<EGameOverTypes, SCR_BaseGameOverScreenInfo> |
Definition at line 2 of file SCR_GameOverScreenConfig.c.
|
inlineprotected |
Definition at line 53 of file SCR_GameOverScreenConfig.c.
|
inlineprotected |
Get GameOver Info
| infoId | EGameOverTypes |
Definition at line 43 of file SCR_GameOverScreenConfig.c.
|
inlineprotected |
Get gameover screens
| [out] | gameOverScreens | array of SCR_BaseGameOverScreenInfo (m_aGameOverScreens) |
Definition at line 30 of file SCR_GameOverScreenConfig.c.
|
inlineprotected |
Get screen info using EGameOverTypes
| infoId | EGameOverTypes | |
| [out] | gameOverScreenInfo | SCR_BaseGameOverScreenInfo screeninfo |
Definition at line 16 of file SCR_GameOverScreenConfig.c.
|
protected |
Definition at line 5 of file SCR_GameOverScreenConfig.c.
|
protected |
Definition at line 7 of file SCR_GameOverScreenConfig.c.