瀏覽代碼

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.
Jan Haller 2 年之前
父節點
當前提交
9ddd3c2af6
共有 1 個文件被更改,包括 126 次插入0 次删除
  1. 126 0
      core/extension/gdextension_interface.h

文件差異過大導致無法顯示
+ 126 - 0
core/extension/gdextension_interface.h


部分文件因文件數量過多而無法顯示