Garry's Mod Wiki

DNumSlider:ValueChanged

  DNumSlider:ValueChanged( number value )

Description

This is used internally - although you're able to use it you probably shouldn't.

Called when the value has been changed. This will also be called when the user manually changes the value through the text panel.

This is an internal function. Override DNumSlider:OnValueChanged instead.

Arguments

1 number value
The value the slider has been changed to.