mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
Variant: Sync docs with new constructors, fixups after #43403
Change DocData comparators for MethodDoc and ArgumentDoc to get a better ordering of constructors.
This commit is contained in:
@@ -25,6 +25,22 @@
|
||||
<link title="2D Role Playing Game Demo">https://godotengine.org/asset-library/asset/520</link>
|
||||
</tutorials>
|
||||
<methods>
|
||||
<method name="NodePath">
|
||||
<return type="NodePath">
|
||||
</return>
|
||||
<description>
|
||||
Constructs an empty [NodePath].
|
||||
</description>
|
||||
</method>
|
||||
<method name="NodePath">
|
||||
<return type="NodePath">
|
||||
</return>
|
||||
<argument index="0" name="from" type="NodePath">
|
||||
</argument>
|
||||
<description>
|
||||
Constructs a [NodePath] as a copy of the given [NodePath].
|
||||
</description>
|
||||
</method>
|
||||
<method name="NodePath">
|
||||
<return type="NodePath">
|
||||
</return>
|
||||
|
||||
Reference in New Issue
Block a user