mirror of
https://github.com/godotengine/godot.git
synced 2024-11-15 00:23:27 +00:00
9ddd3c2af6
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. |
||
---|---|---|
.. | ||
extension_api_dump.cpp | ||
extension_api_dump.h | ||
gdextension_interface.cpp | ||
gdextension_interface.h | ||
gdextension_manager.cpp | ||
gdextension_manager.h | ||
gdextension.cpp | ||
gdextension.h | ||
make_interface_dumper.py | ||
make_wrappers.py | ||
SCsub |