|
Arma Reforger Script API
|
Public Member Functions | |
| override void | OnMenuOpen () |
| override void | OnMenuUpdate (float tDelta) |
| override void | OnConfirm () |
Public Member Functions inherited from DialogUI | |
| override void | OnMenuInit () |
| override void | OnMenuClose () |
| void | SetTitle (string text) |
| string | GetTitle () |
| void | SetMessage (string text) |
| string | GetMessage () |
| void | SetConfirmText (string text) |
| void | SetCancelText (string text) |
| void | SetType (EDialogType type) |
| void | SetTitleIcon (ResourceName image, string imageName) |
| Set title icons with custom image. | |
| void | SetTitleIcon (string imageName) |
| Set title icon by image name from image set in dialog data. | |
| void | CloseAnimated () |
| animates dialog closure | |
| SCR_DynamicFooterComponent | GetFooterComponent () |
Public Member Functions inherited from ChimeraMenuBase | |
| override void | OnMenuOpened () |
| override void | OnMenuFocusGained () |
| override void | OnMenuFocusLost () |
| override void | OnMenuShow () |
| override void | OnMenuHide () |
Protected Member Functions | |
| void | OnPrevious () |
| void | OnNext () |
| void | OnLinkButtonFocus (Widget linkButton) |
| void | ShowIndex (int index) |
Protected Member Functions inherited from DialogUI | |
| void | OnCancel () |
| void | SetDialogType (EDialogType type) |
| Set color based on dialog type. | |
Additional Inherited Members | |
Static Public Member Functions inherited from ChimeraMenuBase | |
| static ChimeraMenuBase | CurrentChimeraMenu () |
| static ChimeraMenuBase | GetOwnerMenu (Widget w) |
| Returns parent menu of a widget. | |
Public Attributes inherited from DialogUI | |
| ref ScriptInvoker | m_OnConfirm = new ScriptInvoker() |
| ref ScriptInvoker | m_OnCancel = new ScriptInvoker() |
Public Attributes inherited from ChimeraMenuBase | |
| ref ScriptInvoker | m_OnTextEditContextChange = new ScriptInvoker |
| ref ScriptInvoker | m_OnUpdate = new ScriptInvoker |
Static Protected Attributes inherited from ChimeraMenuBase | |
| const string | INPUT_CONTEXT_EDIT = "MenuTextEditContext" |
| static ChimeraMenuBase | m_ThisMenu |
| override void WelcomeDialogUI.OnConfirm | ( | ) |
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
Implements DialogUI.
|
protected |
| override void WelcomeDialogUI.OnMenuOpen | ( | ) |
Implements DialogUI.
| override void WelcomeDialogUI.OnMenuUpdate | ( | float | tDelta | ) |
Implements DialogUI.
|
protected |
|
protected |
|
protected |
Focus one of the link buttons
Prevents SCR_BrowserLinkComponent from opening webpages while on another tab
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |