mirror of
https://github.com/godotengine/godot.git
synced 2025-03-13 23:41:08 +08:00
- Implements `ClassDB::get_method_list_with_compatibility` to retrieve all methods from a class including compat methods. - C# bindings generator now also generates compat methods. - All generated C# methods now use `ClassDB::get_method_with_compatibility`.