Garry's Mod Wiki

Revision Difference

DNumSlider:OnValueChanged#543865

<function name="OnValueChanged" parent="DNumSlider" type="panelfunc"> <ispanel>yes</ispanel> <description>Called when the value of the slider is changed, through code or changing the slider.</description> <realm>Client</realm> <file line="193-L197">lua/vgui/dnumslider.lua</file>⤶ <args> <arg name="slider" type="DNumSlider">The DNumSlider slider Panel</arg>⤶ <arg name="value" type="number">The new value of the DNumSlider</arg>⤶ <arg name="value" type="number">The new value of the DNumSlider.</arg>⤶ </args> </function>