mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 16:03:29 +00: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">
|
<method name="get_meta_list" qualifiers="const">
|
||||||
<return type="StringName[]" />
|
<return type="StringName[]" />
|
||||||
<description>
|
<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>
|
</description>
|
||||||
</method>
|
</method>
|
||||||
<method name="get_method_argument_count" qualifiers="const">
|
<method name="get_method_argument_count" qualifiers="const">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue