Bläddra i källkod

Added missing descriptions to Vector2 methods abs and clamped.

(cherry picked from commit ce543bc0791e40a3e9ac9d7ab2fe2b8d550c0d6d)
Naughty 8 år sedan
förälder
incheckning
d6869d6260
1 ändrade filer med 3 tillägg och 1 borttagningar
  1. 3 1
      doc/base/classes.xml

+ 3 - 1
doc/base/classes.xml

@@ -44649,6 +44649,7 @@
 			<return type="Vector2">
 			<return type="Vector2">
 			</return>
 			</return>
 			<description>
 			<description>
+				Returns a new vector with all components in absolute values (i.e. positive).
 			</description>
 			</description>
 		</method>
 		</method>
 		<method name="angle">
 		<method name="angle">
@@ -44683,6 +44684,7 @@
 			<argument index="0" name="length" type="float">
 			<argument index="0" name="length" type="float">
 			</argument>
 			</argument>
 			<description>
 			<description>
+				Returns the vector with a maximum length.
 			</description>
 			</description>
 		</method>
 		</method>
 		<method name="cubic_interpolate">
 		<method name="cubic_interpolate">
@@ -44954,7 +44956,7 @@
 			<return type="Vector3">
 			<return type="Vector3">
 			</return>
 			</return>
 			<description>
 			<description>
-				Returns a new vector with all components in absolute values (e.g. positive).
+				Returns a new vector with all components in absolute values (i.e. positive).
 			</description>
 			</description>
 		</method>
 		</method>
 		<method name="angle_to">
 		<method name="angle_to">