1
0
mirror of https://github.com/godotengine/godot.git synced 2026-01-05 19:31:35 +00:00

Fix is_keyed param in extension_api.json

This commit is contained in:
Emmanuel Leblond
2022-09-21 00:14:53 +02:00
parent 1a0943e0f8
commit b7c3bbc627

View File

@@ -462,7 +462,7 @@ Dictionary NativeExtensionAPIDump::generate_extension_api() {
d["indexing_return_type"] = index_type == Variant::NIL ? String("Variant") : Variant::get_type_name(index_type);
}
d["is_keyed"] = Variant::ValidatedKeyedSetter(type);
d["is_keyed"] = Variant::is_keyed(type);
{
//members