LabelledSlider - LiruJ/GuiCookie GitHub Wiki
A LabelledSlider controller manages a text label that displays the current value of a slider.
SliderBar, OnFullSetup(), "Slider"
The SliderBar itself.
ITextable, OnFullSetup(), "Label"
The label used to display the value.
string
The string appended to the start of the label text.
string
The string appended to the end of the label text.
bool
If this is true, the slider value is treated as a scalar, where 0 is shown as 0% and 1 is shown as 100%. The %
character is automatically added before the suffix.