Skip to content

Commit

Permalink
Fix get_meta_list return type in description
Browse files Browse the repository at this point in the history
  • Loading branch information
Hakunamawatta committed Jan 3, 2025
1 parent efa1443 commit 6b1869b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/classes/Object.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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">
Expand Down

0 comments on commit 6b1869b

Please sign in to comment.