![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Protected Member Functions | |
| override void | OnMenuOpen () |
| void | StartCredits () |
| void | ChangeBackground () |
| void | ShowNames (int departments, int names) |
| void | HideNames (int departments, int names) |
| void | EndCredits () |
| void | OnLicenses () |
Protected Attributes | |
| const int | NUMBER_OF_TEXTWIDGETS = 6 |
| const int | NAME_TIMEOUT = 5000 |
| const int | NAME_CHANGE_DELAY = 3000 |
| const float | NAME_ANIMATION_TIME = 0.5 |
| const float | NAME_ANIMATION_CREDITS = 0.6 |
| const int | BACKGROUND_CHANGE_INTERVAL = 10000 |
| ResourceName | m_sNamesLists = "{3D0DE92D54AEA7D9}Configs/Credits/credits.conf" |
| ResourceName | m_sMusicFile = "{27FAA69A3BD0473C}Sounds/Music/Ingame/Samples/MU_MilitaryBasePositive_BEYOND THE VEIL v2.wav" |
| Widget | m_wFooter |
| Widget | m_wCreditsMain |
| ImageWidget | m_wBackgroundImage |
| ImageWidget | m_wSideVignette |
| TextWidget | m_wCreditsText |
| ref array< ref RichTextWidget > | m_aDepartments = {} |
| ref array< ref RichTextWidget > | m_aNames = {} |
| bool | m_bLastCycle |
| RichTextWidget | m_wLastDepartment |
| RichTextWidget | m_wLastText |
Static Protected Attributes | |
| static const ref array< int > | PAGE_NAME_SIZE = { 14, 12, 10, 9, 8, 7, 7 } |
Definition at line 1 of file SCR_Credits.c.
|
inlineprotected |
Definition at line 98 of file SCR_Credits.c.
|
inlineprotected |
Definition at line 249 of file SCR_Credits.c.
Definition at line 242 of file SCR_Credits.c.
|
inlineprotected |
Definition at line 257 of file SCR_Credits.c.
|
inlineprotected |
Definition at line 28 of file SCR_Credits.c.
Definition at line 116 of file SCR_Credits.c.
|
inlineprotected |
Definition at line 86 of file SCR_Credits.c.
|
protected |
Definition at line 8 of file SCR_Credits.c.
|
protected |
Definition at line 21 of file SCR_Credits.c.
|
protected |
Definition at line 22 of file SCR_Credits.c.
|
protected |
Definition at line 23 of file SCR_Credits.c.
|
protected |
Definition at line 12 of file SCR_Credits.c.
|
protected |
Definition at line 11 of file SCR_Credits.c.
|
protected |
Definition at line 18 of file SCR_Credits.c.
|
protected |
Definition at line 17 of file SCR_Credits.c.
|
protected |
Definition at line 20 of file SCR_Credits.c.
|
protected |
Definition at line 16 of file SCR_Credits.c.
|
protected |
Definition at line 24 of file SCR_Credits.c.
|
protected |
Definition at line 25 of file SCR_Credits.c.
|
protected |
Definition at line 19 of file SCR_Credits.c.
|
protected |
Definition at line 7 of file SCR_Credits.c.
|
protected |
Definition at line 6 of file SCR_Credits.c.
|
protected |
Definition at line 5 of file SCR_Credits.c.
|
protected |
Definition at line 4 of file SCR_Credits.c.
|
protected |
Definition at line 3 of file SCR_Credits.c.
|
staticprotected |
Definition at line 9 of file SCR_Credits.c.