Arma Reforger Script API
|
Public Member Functions | |
override void | HandlerAttached (Widget w) |
void | SetActive (bool active=true) |
void | SetOnHover (bool onHover=true) |
void | Hide () |
void | Unhide () |
Public Member Functions inherited from SCR_WLibProgressBarComponent | |
override void | HandlerAttached (Widget w) |
void | SetMin (float value) |
void | SetMax (float value) |
void | SetValue (float value, bool animate=true) |
void | SetChange (float value) |
void | UpdateVisuals (bool animate=true) |
void | StopProgressAnimation () |
void | SetSliderColor (Color newColor) |
void | SetSliderChangeColor (Color newColor) |
float | GetMin () |
float | GetMax () |
float | GetValue () |
Widget | GetRootWidget () |
float | GetAnimationSpeed () |
bool | IsUsingAnimationTime () |
void | SetUsingAnimationTime (bool enable) |
void | SetAnimationTime (float value) |
Protected Attributes | |
ref Color | m_SliderInactiveColor |
ref Color | m_OnHoverInactiveColor |
bool | m_bActive |
int | m_iColorChangeTime |
Protected Attributes inherited from SCR_WLibProgressBarComponent | |
float | m_fMin |
float | m_fMax |
float | m_fValue |
bool | m_bReverseDirection |
bool | m_bConstantAnimationSpeed |
float | m_fAnimationTime |
Widget | m_wRoot |
Widget | m_wBar |
Widget | m_wChange |
Widget | m_wSpacer |
float | m_fChange |
Additional Inherited Members | |
Static Public Member Functions inherited from SCR_WLibProgressBarComponent | |
static SCR_WLibProgressBarComponent | GetProgressBar (string name, Widget parent, bool searchAllChildren=true) |
Public Attributes inherited from SCR_WLibProgressBarComponent | |
ref Color | m_SliderColor |
ref Color | m_BackgroundColor |
Static Protected Attributes inherited from SCR_WLibProgressBarComponent | |
const string | WIDGET_CHANGE = "Change" |
override void SCR_ProgressBarWithInactiveColor.HandlerAttached | ( | Widget | w | ) |
Implements SCR_WLibProgressBarComponent.
void SCR_ProgressBarWithInactiveColor.Hide | ( | ) |
void SCR_ProgressBarWithInactiveColor.SetActive | ( | bool | active = true | ) |
void SCR_ProgressBarWithInactiveColor.SetOnHover | ( | bool | onHover = true | ) |
void SCR_ProgressBarWithInactiveColor.Unhide | ( | ) |
|
protected |
|
protected |
|
protected |
|
protected |