DNumSlider/ValueChanged
From Garry's Mod
Revision as of 01:39, 22 February 2016 by Bobblehead (Talk | contribs)
DNumSlider:ValueChanged( )
Description
Called when the value has been changed. This will also be called when the user manually changes the value trough the text panel.
This is an internal function. Override DNumSlider:OnValueChanged instead.
Arguments
number value
The value the slider has been changed to.