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:
@@ -10,6 +10,22 @@
|
||||
<tutorials>
|
||||
</tutorials>
|
||||
<methods>
|
||||
<method name="PackedVector3Array">
|
||||
<return type="PackedVector3Array">
|
||||
</return>
|
||||
<description>
|
||||
Constructs an empty [PackedVector3Array].
|
||||
</description>
|
||||
</method>
|
||||
<method name="PackedVector3Array">
|
||||
<return type="PackedVector3Array">
|
||||
</return>
|
||||
<argument index="0" name="from" type="PackedVector3Array">
|
||||
</argument>
|
||||
<description>
|
||||
Constructs a [PackedVector3Array] as a copy of the given [PackedVector3Array].
|
||||
</description>
|
||||
</method>
|
||||
<method name="PackedVector3Array">
|
||||
<return type="PackedVector3Array">
|
||||
</return>
|
||||
|
||||
Reference in New Issue
Block a user