godot-cpp/src/classes
Marc Gilleron baf0b9e0f7 Don't call parent _get_property_list when a class doesn't define it.
Godot is already supposed to call _get_property_list of parent classes,
so this binding function must really only return procedural properties of
the class it belongs to, and not parent or child classes.
2023-07-26 20:12:25 +01:00
..
editor_plugin.cpp Automatically remove editor plugins when deinitializing GDExtension 2023-06-13 14:24:33 -05:00
low_level.cpp Update to load function pointers for GDExtension interface 2023-05-09 21:45:48 -05:00
wrapped.cpp Don't call parent _get_property_list when a class doesn't define it. 2023-07-26 20:12:25 +01:00