|
Arma Reforger Script API
|
Public Member Functions | |
| override void | OnMenuOpen () |
| override void | OnMenuShow () |
| override void | OnMenuUpdate (float tDelta) |
| void | SetWorkshopItem (SCR_WorkshopItem item) |
| ScriptInvokerBool | GetOnReportSuccess () |
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 | OnMenuHide () |
Protected Member Functions | |
| override void | OnConfirm () |
| void | OnReportSuccess () |
| void | OnReportFailed (SCR_WorkshopItemAction action) |
| void | SetAcceptInput (bool accept) |
| bool | IsContentEmpty () |
| Returns true if content (textbox) is empty. | |
| void | OnWriteModeLeaveInternal (string text) |
| void | OnTextChange (string text) |
| void | OnFieldChanged (SCR_EditBoxComponent comp, string text) |
| void | OnTos () |
Protected Member Functions inherited from DialogUI | |
| void | OnCancel () |
| void | SetDialogType (EDialogType type) |
| Set color based on dialog type. | |
Protected Attributes | |
| SCR_WorkshopItem | m_WorkshopItem |
| ContentBrowserDetailsMenu | m_DetailsMenu |
| SCR_ComboBoxComponent | m_ReasonCombo |
| SCR_EditBoxComponent | m_InputField |
| Widget | m_wDialogWindow |
| SCR_LoadingOverlayDialog | m_Overlay |
| bool | m_bAcceptInput = true |
| ref SCR_WorkshopItemAction | m_ReportAction |
| bool | m_bShouldEnableConfirmButton |
| ref ScriptInvokerBool | m_OnReportSuccess |
Protected Attributes inherited from DialogUI | |
| SCR_DialogDataComponent | m_DialogData |
| Widget | m_wCancelButton |
| Widget | m_wConfirmButton |
| SCR_InputButtonComponent | m_Cancel |
| SCR_InputButtonComponent | m_Confirm |
| ImageWidget | m_wImgTopLine |
| ImageWidget | m_wImgTitleIcon |
| TextWidget | m_wTitle |
| TextWidget | m_wContent |
| float | m_fAnimationRate = UIConstants.FADE_RATE_FAST |
| EDialogType | m_iDialogType |
| SCR_DynamicFooterComponent | m_DynamicFooter |
Protected Attributes inherited from ChimeraMenuBase | |
| bool | m_bTextEditActive = false |
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 |
| ScriptInvokerBool ReportDialogUI.GetOnReportSuccess | ( | ) |
|
protected |
Returns true if content (textbox) is empty.
|
protected |
Implements DialogUI.
|
protected |
| override void ReportDialogUI.OnMenuOpen | ( | ) |
Implements DialogUI.
| override void ReportDialogUI.OnMenuShow | ( | ) |
Implements ChimeraMenuBase.
| override void ReportDialogUI.OnMenuUpdate | ( | float | tDelta | ) |
Implements DialogUI.
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
| void ReportDialogUI.SetWorkshopItem | ( | SCR_WorkshopItem | item | ) |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |