Merge pull request #100903 from Hakunamawatta/patch-1

Fix `get_meta_list` return type in description
This commit is contained in:
Rémi Verschelde 2025-01-06 22:47:57 +01:00
commit 3c50ee6c9e
No known key found for this signature in database
GPG key ID: C3336907360768E1

View file

@ -759,7 +759,7 @@
<method name="get_meta_list" qualifiers="const">
<return type="StringName[]" />
<description>
Returns the object's metadata entry names as a [PackedStringArray].
Returns the object's metadata entry names as an [Array] of [StringName]s.
</description>
</method>
<method name="get_method_argument_count" qualifiers="const">