You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +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">
|
||||
<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">
|
||||
|
||||
Reference in New Issue
Block a user