mirror of
https://github.com/godotengine/godot.git
synced 2025-01-22 10:32:54 -05:00
Fix get_meta_list return type in description
This commit is contained in:
parent
efa144396d
commit
6b1869b76b
1 changed files with 1 additions and 1 deletions
|
@ -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">
|
||||
|
|
Loading…
Reference in a new issue