From ce543bc0791e40a3e9ac9d7ab2fe2b8d550c0d6d Mon Sep 17 00:00:00 2001 From: Naughty Date: Mon, 7 Aug 2017 19:55:59 -0700 Subject: Added missing descriptions to Vector2 methods abs and clamped. --- doc/base/classes.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 @@ + Returns a new vector with all components in absolute values (i.e. positive). @@ -49864,6 +49865,7 @@ + Returns the vector with a maximum length. @@ -50034,7 +50036,7 @@ - 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). -- cgit v1.2.3