diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2017-08-11 10:36:11 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-11 10:36:11 +0200 |
commit | 0cfb577bea697da8e20cf01d185024a4bdde5319 (patch) | |
tree | b2d75bd86fc5d32596c81159675196da5bb23127 /doc | |
parent | 5cb09d31d8c81584df51774f16caeefd2f98564e (diff) | |
parent | ce543bc0791e40a3e9ac9d7ab2fe2b8d550c0d6d (diff) |
Merge pull request #10161 from NaughtyGnosiophile/master
Added missing descriptions to Vector2 methods abs and clamped
Diffstat (limited to 'doc')
-rw-r--r-- | doc/base/classes.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/base/classes.xml b/doc/base/classes.xml index 7dd22d7cb0..24a55744ea 100644 --- a/doc/base/classes.xml +++ b/doc/base/classes.xml @@ -49814,6 +49814,7 @@ <return type="Vector2"> </return> <description> + Returns a new vector with all components in absolute values (i.e. positive). </description> </method> <method name="angle"> @@ -49864,6 +49865,7 @@ <argument index="0" name="length" type="float"> </argument> <description> + Returns the vector with a maximum length. </description> </method> <method name="cubic_interpolate"> @@ -50034,7 +50036,7 @@ <return type="Vector3"> </return> <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> </method> <method name="angle_to"> |