DNumSlider/ValueChanged
From Garry's Mod
(Difference between revisions)
Flowx (Talk | contribs)
(Created page with "{{PanelFunc |Parent=DSlider |Name=ValueChanged |Description=Called when the value has been changed. This will also be called when the user manually changes the value trough th...")
Newer edit →
(Created page with "{{PanelFunc |Parent=DSlider |Name=ValueChanged |Description=Called when the value has been changed. This will also be called when the user manually changes the value trough th...")
Newer edit →
Revision as of 21:29, 19 July 2015
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.
Arguments
DNumSlider panel
The slider panel that has been changed.
Arguments
number value
The value it has been changed to.