From 752f61d4feaaf65a8c2ce6e8f70b7fbd48aaf376 Mon Sep 17 00:00:00 2001 From: Chris Bradfield Date: Sat, 9 May 2020 18:47:02 -0700 Subject: [PATCH] [DOCS] minor description changes (cherry picked from commit 975ed93794d4cef6d84821ab50e8d5e3ef89b923) --- doc/classes/Engine.xml | 4 ++-- doc/classes/Node.xml | 2 +- doc/classes/Vector3.xml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/classes/Engine.xml b/doc/classes/Engine.xml index 4e05cd6032b..5ec723645f7 100644 --- a/doc/classes/Engine.xml +++ b/doc/classes/Engine.xml @@ -1,10 +1,10 @@ - Access to basic engine properties. + Access to engine properties. - The [Engine] class allows you to query and modify the project's run-time parameters, such as frames per second, time scale, and others. + The [Engine] singleton allows you to query and modify the project's run-time parameters, such as frames per second, time scale, and others. diff --git a/doc/classes/Node.xml b/doc/classes/Node.xml index 36908ab1316..5356a0a60a5 100644 --- a/doc/classes/Node.xml +++ b/doc/classes/Node.xml @@ -303,7 +303,7 @@ - Returns the parent node of the current node, or an empty [Node] if the node lacks a parent. + Returns the parent node of the current node, or a [code]null instance[/code] if the node lacks a parent. diff --git a/doc/classes/Vector3.xml b/doc/classes/Vector3.xml index 214a332edca..8b6b6970497 100644 --- a/doc/classes/Vector3.xml +++ b/doc/classes/Vector3.xml @@ -299,7 +299,7 @@ - Returns a copy of the vector snapped to the lowest neared multiple. + Returns the vector snapped to a grid with the given size.