|
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 () |
Public Member Functions inherited from SCR_WLibComponentBase | |
| 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. | |
Public Member Functions inherited from SCR_ScriptedWidgetComponent | |
| 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 |
Protected Attributes inherited from SCR_WLibComponentBase | |
| 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 |
Protected Attributes inherited from SCR_ScriptedWidgetComponent | |
| Widget | m_wRoot |
Additional Inherited Members | |
Static Public Member Functions inherited from SCR_WLibComponentBase | |
| static bool | SetTexture (ImageWidget widget, ResourceName texture, string image="") |
Static Public Member Functions inherited from SCR_ScriptedWidgetComponent | |
| static SCR_ScriptedWidgetComponent | GetComponent (TypeName componentType, string name, Widget parent, bool searchAllChildren=true) |
| Base method for component lookup through the widget library. | |
Public Attributes inherited from SCR_ScriptedWidgetComponent | |
| ref ScriptInvoker | m_OnClick = new ScriptInvoker |
Static Public Attributes inherited from SCR_WLibComponentBase | |
| static const float | START_ANIMATION_RATE = 10001 |
| static const float | START_ANIMATION_PERIOD = 250 |
Protected Member Functions inherited from SCR_WLibComponentBase | |
| 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 |