godot/core/extension
Jan Haller 9ddd3c2af6 GDExtension `@since` attribute
All GDExtension function pointer types are versioned using a `@since` attribute, denoting the Godot minor version in
which they were introduced. This allows bindings to query if a feature is available for a target API version, or provide
a polyfill/fallback for it. It also serves as documentation for humans giving a feeling about recency of features.
2023-06-21 12:47:48 +02:00
..
SCsub
extension_api_dump.cpp
extension_api_dump.h
gdextension.cpp Remove GDExtension compatibility code for Godot 4.0 2023-06-07 13:01:42 -05:00
gdextension.h Remove GDExtension compatibility code for Godot 4.0 2023-06-07 13:01:42 -05:00
gdextension_interface.cpp Remove GDExtension compatibility code for Godot 4.0 2023-06-07 13:01:42 -05:00
gdextension_interface.h GDExtension `@since` attribute 2023-06-21 12:47:48 +02:00
gdextension_manager.cpp
gdextension_manager.h
make_interface_dumper.py
make_wrappers.py