[DOCS] minor description changes

This commit is contained in:
Chris Bradfield 2020-05-09 18:47:02 -07:00
parent ff5dfcdf68
commit 975ed93794
3 changed files with 4 additions and 4 deletions

View File

@ -1,10 +1,10 @@
<?xml version="1.0" encoding="UTF-8" ?> <?xml version="1.0" encoding="UTF-8" ?>
<class name="Engine" inherits="Object" version="4.0"> <class name="Engine" inherits="Object" version="4.0">
<brief_description> <brief_description>
Access to basic engine properties. Access to engine properties.
</brief_description> </brief_description>
<description> <description>
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.
</description> </description>
<tutorials> <tutorials>
</tutorials> </tutorials>

View File

@ -305,7 +305,7 @@
<return type="Node"> <return type="Node">
</return> </return>
<description> <description>
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.
</description> </description>
</method> </method>
<method name="get_path" qualifiers="const"> <method name="get_path" qualifiers="const">

View File

@ -309,7 +309,7 @@
<argument index="0" name="by" type="Vector3"> <argument index="0" name="by" type="Vector3">
</argument> </argument>
<description> <description>
Returns a copy of the vector snapped to the lowest neared multiple. Returns the vector snapped to a grid with the given size.
</description> </description>
</method> </method>
<method name="to_diagonal_matrix"> <method name="to_diagonal_matrix">