1
0
mirror of https://github.com/godotengine/godot.git synced 2026-01-06 19:41:11 +00:00
Files
godot/core/object
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-08-26 01:44:01 +08:00
2021-09-30 15:09:12 -06:00
2021-06-11 18:48:42 +02:00
2021-06-25 17:32:45 -03:00
2021-08-17 21:11:10 +08:00
2021-08-17 21:11:10 +08:00