mirror of
https://github.com/godotengine/godot.git
synced 2026-01-05 06:11:29 +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="PackedColorArray">
|
||||
<return type="PackedColorArray">
|
||||
</return>
|
||||
<description>
|
||||
Constructs an empty [PackedColorArray].
|
||||
</description>
|
||||
</method>
|
||||
<method name="PackedColorArray">
|
||||
<return type="PackedColorArray">
|
||||
</return>
|
||||
<argument index="0" name="from" type="PackedColorArray">
|
||||
</argument>
|
||||
<description>
|
||||
Constructs a [PackedColorArray] as a copy of the given [PackedColorArray].
|
||||
</description>
|
||||
</method>
|
||||
<method name="PackedColorArray">
|
||||
<return type="PackedColorArray">
|
||||
</return>
|
||||
|
||||
Reference in New Issue
Block a user