SliderDef (GUI item type)

A sliderDef from Doom3 A sliderDef from Doom3

A slider that can hold numeric values from an specific range. Much like a scrollbar.

Additional properties

Example(s)

sliderDef OG8Primary {
    rect        210, 5, 71, 8
    forecolor   0.8, 1, 1, 1
    matcolor    1, 1, 1, 1
    low     1
    high        8
    step        1
    thumbShader "guis/assets/mainmenu/slider_bar"
    cvar        "m_smooth"  
}