diff --git a/doc/classes/Engine.xml b/doc/classes/Engine.xml index 45c153b6dcb..12701d86880 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 5ba3c6c56a7..0c0d16753ac 100644 --- a/doc/classes/Node.xml +++ b/doc/classes/Node.xml @@ -305,7 +305,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 8c18ca8cc97..29222bb4d12 100644 --- a/doc/classes/Vector3.xml +++ b/doc/classes/Vector3.xml @@ -309,7 +309,7 @@ - Returns a copy of the vector snapped to the lowest neared multiple. + Returns the vector snapped to a grid with the given size.