[3.2] Fix documentation for Vector2/3.sign()

This commit is contained in:
Aaron Franke 2021-03-07 14:34:26 -05:00
parent eca079c198
commit a320d28f53
No known key found for this signature in database
GPG key ID: 40A1750B977E56BF
2 changed files with 2 additions and 2 deletions

View file

@ -280,7 +280,7 @@
<return type="Vector2">
</return>
<description>
Returns the vector with each component set to one or negative one, depending on the signs of the components, or zero if the component is zero, by calling [method @GDScript.sign] on each component.
Returns the vector with each component set to one or negative one, depending on the signs of the components. If a component is zero, it returns positive one.
</description>
</method>
<method name="slerp">

View file

@ -280,7 +280,7 @@
<return type="Vector3">
</return>
<description>
Returns a vector with each component set to one or negative one, depending on the signs of this vector's components, or zero if the component is zero, by calling [method @GDScript.sign] on each component.
Returns a vector with each component set to one or negative one, depending on the signs of this vector's components. If a component is zero, it returns positive one.
</description>
</method>
<method name="slerp">