Arma Reforger Script API
Loading...
Searching...
No Matches
SCR_ProgressBarColorsUIComponent Interface Reference

Component to color progress bar based on its value. More...

Inheritance diagram for SCR_ProgressBarColorsUIComponent:

Public Member Functions

override bool OnUpdate (Widget w)
 
override void HandlerAttached (Widget w)
 

Protected Attributes

ref array< ref SCR_ProgressBarColorsEntrym_aColors
 
ProgressBarWidget m_ProgressBar
 
ref Color m_DefaultColor
 

Detailed Description

Component to color progress bar based on its value.

Member Function Documentation

◆ HandlerAttached()

override void SCR_ProgressBarColorsUIComponent.HandlerAttached ( Widget w)

◆ OnUpdate()

override bool SCR_ProgressBarColorsUIComponent.OnUpdate ( Widget w)

Member Data Documentation

◆ m_aColors

ref array<ref SCR_ProgressBarColorsEntry> SCR_ProgressBarColorsUIComponent.m_aColors
protected

◆ m_DefaultColor

ref Color SCR_ProgressBarColorsUIComponent.m_DefaultColor
protected

◆ m_ProgressBar

ProgressBarWidget SCR_ProgressBarColorsUIComponent.m_ProgressBar
protected

The documentation for this interface was generated from the following file: