diff options
author | TechnicalSoup <ben.werbowyj@gmail.com> | 2022-02-08 07:52:11 +1100 |
---|---|---|
committer | TechnicalSoup <ben.werbowyj@gmail.com> | 2022-02-08 07:52:11 +1100 |
commit | 8a1d924896a338cbe10118168cf3b57b221965c9 (patch) | |
tree | 576931c2587803f783c638f1473717004d134af3 | |
parent | c842402ced8422b3904909a15bd15ca76b029a26 (diff) |
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
-rw-r--r-- | doc/classes/Vector3i.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/classes/Vector3i.xml b/doc/classes/Vector3i.xml index 8a901fdf37..e0b8a53a3c 100644 --- a/doc/classes/Vector3i.xml +++ b/doc/classes/Vector3i.xml @@ -48,6 +48,7 @@ <method name="abs" qualifiers="const"> <return type="Vector3i" /> <description> + Returns a new vector with all components in absolute values (i.e. positive). </description> </method> <method name="clamp" qualifiers="const"> |