![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Protected Member Functions | |
| override void | OnMenuOpen () |
| override void | OnMenuUpdate (float tDelta) |
| override void | OnConfirm () |
| void | OnPrevious () |
| void | OnNext () |
| void | OnLinkButtonFocus (Widget linkButton) |
| void | ShowIndex (int index) |
Protected Attributes | |
| string | m_sHeaderName = "Title" |
| string | m_sTextName = "Text" |
| string | m_sSelectionHintName = "SelectionHint" |
| string | m_sPreviousName = "Previous" |
| string | m_sNextName = "Next" |
| string | m_sLinksName = "Links" |
| TextWidget | m_wText |
| Widget | m_wHeader |
| Widget | m_wLinks |
| ref array< ref Widget > | m_wLinkButtons = new array<ref Widget> |
| Widget | m_wLastFocusedLinkButton |
| SCR_SelectionHintComponent | m_SelectionHint |
| SCR_InputButtonComponent | m_Previous |
| SCR_InputButtonComponent | m_Next |
| int | m_iCurrentIndex |
| int | m_iMaxIndex |
| ref array< string > | m_aPageTexts |
| ref array< string > | m_aPageTextsPS |
Definition at line 2 of file WelcomeDialog.c.
|
inlineprotected |
SCR_BrowserLinkComponent already reacts to OnClick events, meaning that the confirm button is only necessary as a visual indicator or if the player clicks it specifically
Definition at line 102 of file WelcomeDialog.c.
|
inlineprotected |
Definition at line 125 of file WelcomeDialog.c.
|
inlineprotected |
Definition at line 42 of file WelcomeDialog.c.
|
inlineprotected |
Definition at line 94 of file WelcomeDialog.c.
|
inlineprotected |
Definition at line 119 of file WelcomeDialog.c.
|
inlineprotected |
Definition at line 113 of file WelcomeDialog.c.
|
inlineprotected |
Focus one of the link buttons
Prevents SCR_BrowserLinkComponent from opening webpages while on another tab
Definition at line 133 of file WelcomeDialog.c.
|
protected |
Definition at line 22 of file WelcomeDialog.c.
|
protected |
Definition at line 33 of file WelcomeDialog.c.
|
protected |
Definition at line 20 of file WelcomeDialog.c.
|
protected |
Definition at line 21 of file WelcomeDialog.c.
|
protected |
Definition at line 18 of file WelcomeDialog.c.
|
protected |
Definition at line 17 of file WelcomeDialog.c.
|
protected |
Definition at line 16 of file WelcomeDialog.c.
|
protected |
Definition at line 4 of file WelcomeDialog.c.
|
protected |
Definition at line 9 of file WelcomeDialog.c.
|
protected |
Definition at line 8 of file WelcomeDialog.c.
|
protected |
Definition at line 7 of file WelcomeDialog.c.
|
protected |
Definition at line 6 of file WelcomeDialog.c.
|
protected |
Definition at line 5 of file WelcomeDialog.c.
|
protected |
Definition at line 12 of file WelcomeDialog.c.
|
protected |
Definition at line 15 of file WelcomeDialog.c.
Definition at line 14 of file WelcomeDialog.c.
|
protected |
Definition at line 13 of file WelcomeDialog.c.
|
protected |
Definition at line 11 of file WelcomeDialog.c.