diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2019-06-26 15:57:13 +0200 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2019-06-26 23:05:51 +0200 |
commit | 867dda112453b0c8e3903831baea570630c397f5 (patch) | |
tree | e904864249bee3e5b79c63e2b773d88342728d3b /doc/classes/NodePath.xml | |
parent | 43a69694706ee5084c154aafb4377e10a2df1ed7 (diff) |
doc: Proofread and complete various nodes
All 100% completed: MainLoop, Node, Object, Path, Performance,
Reference, Resource, SceneState, SceneTree, UndoRedo.
Also fixed some en_GB occurrences as the reference spelling is en_US.
Diffstat (limited to 'doc/classes/NodePath.xml')
-rw-r--r-- | doc/classes/NodePath.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/classes/NodePath.xml b/doc/classes/NodePath.xml index 2879a83efb..67f12813cc 100644 --- a/doc/classes/NodePath.xml +++ b/doc/classes/NodePath.xml @@ -47,6 +47,7 @@ # This will be parsed as a node path to the 'x' component of the 'position' property in the current node var property_path = node_path.get_as_property_path() print(property_path) # :position:x + [/codeblock] </description> </method> <method name="get_concatenated_subnames"> @@ -80,7 +81,7 @@ </return> <description> Get the number of node names which make up the path. Subnames (see [method get_subname_count]) are not included. - For example, [code]"Path2D/PathFollow2D/Sprite"[code] has 3 names. + For example, [code]"Path2D/PathFollow2D/Sprite"[/code] has 3 names. </description> </method> <method name="get_subname"> |