Arma Reforger Script API
|
Public Member Functions | |
override void | HandlerAttached (Widget w) |
void | SetAuthor (string text) |
void | SetDate (string text) |
void | SetImage (string texture) |
string | GetAuthor () |
string | GetDate () |
![]() | |
override void | OnMenuOpen () |
override void | OnMenuInit () |
override void | OnMenuClose () |
override void | OnMenuUpdate (float tDelta) |
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 () |
![]() | |
override void | OnMenuOpened () |
override void | OnMenuFocusGained () |
override void | OnMenuFocusLost () |
override void | OnMenuShow () |
override void | OnMenuHide () |
Public Attributes | |
string | m_sWidgetAuthor = "Author" |
string | m_sWidgetDate = "Date" |
string | m_sWidgetImage = "Image" |
TextWidget | m_wDate |
TextWidget | m_wAuthor |
ImageWidget | m_wImage |
![]() | |
ref ScriptInvoker | m_OnConfirm = new ScriptInvoker() |
ref ScriptInvoker | m_OnCancel = new ScriptInvoker() |
![]() | |
ref ScriptInvoker | m_OnTextEditContextChange = new ScriptInvoker |
ref ScriptInvoker | m_OnUpdate = new ScriptInvoker |
Additional Inherited Members | |
![]() | |
static ChimeraMenuBase | CurrentChimeraMenu () |
static ChimeraMenuBase | GetOwnerMenu (Widget w) |
Returns parent menu of a widget. | |
![]() | |
void | OnConfirm () |
void | OnCancel () |
void | SetDialogType (EDialogType type) |
Set color based on dialog type. | |
![]() | |
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 |
![]() | |
bool | m_bTextEditActive = false |
![]() | |
const string | INPUT_CONTEXT_EDIT = "MenuTextEditContext" |
static ChimeraMenuBase | m_ThisMenu |
string NewsDialogUI.GetAuthor | ( | ) |
string NewsDialogUI.GetDate | ( | ) |
override void NewsDialogUI.HandlerAttached | ( | Widget | w | ) |
void NewsDialogUI.SetAuthor | ( | string | text | ) |
void NewsDialogUI.SetDate | ( | string | text | ) |
void NewsDialogUI.SetImage | ( | string | texture | ) |
string NewsDialogUI.m_sWidgetAuthor = "Author" |
string NewsDialogUI.m_sWidgetDate = "Date" |
string NewsDialogUI.m_sWidgetImage = "Image" |
TextWidget NewsDialogUI.m_wAuthor |
TextWidget NewsDialogUI.m_wDate |
ImageWidget NewsDialogUI.m_wImage |