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.