|
Arma Reforger Script API
|
Public Member Functions | |
| override void | HandlerAttached (Widget w) |
| void | SetProgressBarValues (float value, float progressed, float minus) |
| override void | SetValue (float value, bool animate=true) |
Public Member Functions inherited from SCR_WLibProgressBarComponent | |
| void | SetMin (float value) |
| void | SetMax (float value) |
| void | SetChange (float value) |
| 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 Member Functions | |
| override void | UpdateVisuals (bool animate=true) |
Protected Attributes | |
| ref Color | m_iProgressedBarColor |
| ref Color | m_iMinusBarColor |
| float | m_fProgressed |
| float | m_fMinus |
| Widget | m_wProgressedBar |
| Widget | m_wMinusBar |
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_ProgressBarWithSegments.HandlerAttached | ( | Widget | w | ) |
Implements SCR_WLibProgressBarComponent.
| void SCR_ProgressBarWithSegments.SetProgressBarValues | ( | float | value, |
| float | progressed, | ||
| float | minus ) |
| override void SCR_ProgressBarWithSegments.SetValue | ( | float | value, |
| bool | animate = true ) |
Implements SCR_WLibProgressBarComponent.
|
protected |
Implements SCR_WLibProgressBarComponent.
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |