1
0
mirror of https://github.com/godotengine/godot.git synced 2025-12-06 17:25:19 +00:00
Files
godot/core
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
..
2023-01-22 12:23:56 +01:00
2023-06-21 12:47:48 +02:00
2023-06-16 08:45:35 +02:00
2023-05-18 13:25:40 +02:00
2023-06-20 13:20:17 +02:00
2023-04-12 22:08:49 +02:00