You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-15 13:51:40 +00:00
Fix get_meta_list return type in description
This commit is contained in:
@@ -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">
|
||||||
|
|||||||
Reference in New Issue
Block a user