Browse Source

Reference Range signals in the Slider class documentations

See https://github.com/godotengine/godot-docs/issues/3837.

(cherry picked from commit eaa52cbb36f373ce58dcb4f3434b473c098d29ef)
Hugo Locurcio 5 years ago
parent
commit
62256e0b3a
3 changed files with 3 additions and 0 deletions
  1. 1 0
      doc/classes/HSlider.xml
  2. 1 0
      doc/classes/Slider.xml
  3. 1 0
      doc/classes/VSlider.xml

+ 1 - 0
doc/classes/HSlider.xml

@@ -5,6 +5,7 @@
 	</brief_description>
 	<description>
 		Horizontal slider. See [Slider]. This one goes from left (min) to right (max).
+		[b]Note:[/b] The [signal Range.changed] and [signal Range.value_changed] signals are part of the [Range] class which this class inherits from.
 	</description>
 	<tutorials>
 	</tutorials>

+ 1 - 0
doc/classes/Slider.xml

@@ -5,6 +5,7 @@
 	</brief_description>
 	<description>
 		Base class for GUI sliders.
+		[b]Note:[/b] The [signal Range.changed] and [signal Range.value_changed] signals are part of the [Range] class which this class inherits from.
 	</description>
 	<tutorials>
 	</tutorials>

+ 1 - 0
doc/classes/VSlider.xml

@@ -5,6 +5,7 @@
 	</brief_description>
 	<description>
 		Vertical slider. See [Slider]. This one goes from bottom (min) to top (max).
+		[b]Note:[/b] The [signal Range.changed] and [signal Range.value_changed] signals are part of the [Range] class which this class inherits from.
 	</description>
 	<tutorials>
 	</tutorials>