Added missing descriptions to Vector2 methods abs and clamped.
This commit is contained in:
parent
bb47bca1f6
commit
ce543bc079
|
@ -49814,6 +49814,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">
|
||||||
|
@ -49864,6 +49865,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">
|
||||||
|
@ -50034,7 +50036,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">
|
||||||
|
|
Loading…
Reference in New Issue