From 8a1d924896a338cbe10118168cf3b57b221965c9 Mon Sep 17 00:00:00 2001 From: TechnicalSoup Date: Tue, 8 Feb 2022 07:52:11 +1100 Subject: [PATCH] Add method description to Vector3i Class Reference Add description for the abs method in the Vector3i class. Description added is identical to the abs method for the other vector classes --- doc/classes/Vector3i.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/classes/Vector3i.xml b/doc/classes/Vector3i.xml index 8a901fdf371..e0b8a53a3cf 100644 --- a/doc/classes/Vector3i.xml +++ b/doc/classes/Vector3i.xml @@ -48,6 +48,7 @@ + Returns a new vector with all components in absolute values (i.e. positive).