Revision Difference
DNumSlider:SetMinMax#550510
<function name="SetMinMax" parent="DNumSlider" type="panelfunc">
<ispanel>yes</ispanel>
<description>Sets the minimum and the maximum value of the slider.</description>
<realm>Client</realm>⤶
<realm>Client and Menu</realm>⤶
<args>
<arg name="min" type="number">The minimum value of the slider.</arg>
<arg name="max" type="number">The maximum value of the slider.</arg>
</args>
</function>