godot-cpp/include/godot_cpp/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
..
ref.hpp Identifiers containing double underscore are reserved according to the C++ standard 2023-06-15 20:45:01 -04:00
wrapped.hpp Don't call parent _get_property_list when a class doesn't define it. 2023-07-26 20:12:25 +01:00