mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
Clean up more [b]Example:[/b] lines from the class reference
This commit is contained in:
@@ -57,7 +57,7 @@
|
||||
<description>
|
||||
Constructs a [NodePath] from a [String]. The created path is absolute if prefixed with a slash (see [method is_absolute]).
|
||||
The "subnames" optionally included after the path to the target node can point to properties, and can also be nested.
|
||||
Examples of strings that could be node paths:
|
||||
The following strings can be valid node paths:
|
||||
[codeblock]
|
||||
# Points to the Sprite2D node.
|
||||
"Level/RigidBody2D/Sprite2D"
|
||||
|
||||
Reference in New Issue
Block a user