Arma Reforger Script API
|
Public Member Functions | |
override void | HandlerAttached (Widget w) |
override void | SetVisible (bool visible, bool animate=true) |
void | SetMessage (string message) |
string | GetMessage () |
void | UseDefaultMessage () |
![]() | |
override bool | OnClick (Widget w, int x, int y, int button) |
override bool | OnMouseEnter (Widget w, int x, int y) |
override bool | OnFocus (Widget w, int x, int y) |
void | SetHoverSound (string soundHover) |
void | SetClickedSound (string soundClicked) |
string | GetHoverSound () |
string | GetClickedSound () |
void | SetEnabled (bool enabled, bool animate=true) |
bool | IsEnabled () |
void | SetMouseOverToFocus (bool mouseOverToFocus) |
void | SetDisabledOpacity (float newDisabledOpacity) |
void | SetData (Managed data) |
Store custom data. | |
Managed | GetData () |
Get stored data. | |
![]() | |
Widget | GetRootWidget () |
bool | IsVisible () |
Protected Attributes | |
string | m_sWidgetIcon |
string | m_sWidgetMessage |
string | m_sWidgetBumper |
string | m_sDefaultMessage |
bool | m_bUseBumber |
ImageWidget | m_wIcon |
TextWidget | m_wMessage |
Widget | m_wBumper |
![]() | |
string | m_sSoundHovered |
string | m_sSoundClicked |
string | m_sSoundContainerClosed |
float | m_fAnimationTime |
bool | m_bMouseOverToFocus |
float | m_fDisabledOpacity |
float | m_fAnimationRate |
ref Managed | m_UserData |
![]() | |
Widget | m_wRoot |
Additional Inherited Members | |
![]() | |
static bool | SetTexture (ImageWidget widget, ResourceName texture, string image="") |
![]() | |
static SCR_ScriptedWidgetComponent | GetComponent (TypeName componentType, string name, Widget parent, bool searchAllChildren=true) |
Base method for component lookup through the widget library. | |
![]() | |
ref ScriptInvoker | m_OnClick = new ScriptInvoker |
![]() | |
static const float | START_ANIMATION_RATE = 10001 |
static const float | START_ANIMATION_PERIOD = 250 |
![]() | |
void | OnEnabled (bool animate) |
void | OnDisabled (bool animate) |
bool | IsChildWidget (Widget parent, Widget child) |
void | SetAnimationRate () |
void | PlaySound (string sound) |
string SCR_WidgetHintComponent.GetMessage | ( | ) |
override void SCR_WidgetHintComponent.HandlerAttached | ( | Widget | w | ) |
Implements SCR_WLibComponentBase.
void SCR_WidgetHintComponent.SetMessage | ( | string | message | ) |
override void SCR_WidgetHintComponent.SetVisible | ( | bool | visible, |
bool | animate = true ) |
Implements SCR_WLibComponentBase.
void SCR_WidgetHintComponent.UseDefaultMessage | ( | ) |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |