Called when the [Range]'s value is changed (following the same conditions as [signal value_changed]).
</description>
</method>
<methodname="set_value_no_signal">
<returntype="void"/>
<paramindex="0"name="value"type="float"/>
<description>
Sets the [Range]'s current value to the specified [param value], without emitting the [signal value_changed] signal.
</description>
</method>
<methodname="share">
<returntype="void"/>
<paramindex="0"name="with"type="Node"/>
@ -59,7 +66,7 @@
If greater than 0, [code]value[/code] will always be rounded to a multiple of [code]step[/code]. If [code]rounded[/code] is also [code]true[/code], [code]value[/code] will first be rounded to a multiple of [code]step[/code] then rounded to the nearest integer.
Range's current value. Changing this property (even via code) will trigger [signal value_changed] signal. Use [method set_value_no_signal] if you want to avoid it.