Files
godot/core
CaptainProton42 a9aba86943 Fetch extension class props from ClassDB
Extension class properties that have been registered with
ClassDB(`GDNativeInterface::classdb_register_extension_class_property`)
were not fetched previously. (Only  directly providing a property
list using `GDNativeExtensionClassCreationInfo::get_property_list_func`
would work.) This especially caused problems with the C++
bindings since they exclusively rely on ClassDB to register properties.
2021-10-12 18:25:55 +02:00
..
2021-09-30 15:09:12 -06:00
2021-02-10 19:31:24 -03:00
2021-02-10 19:31:24 -03:00
2021-08-24 15:28:29 -03:00
2021-01-01 20:19:21 +01:00