소스 검색

Merge pull request #7706 from paddy-exe/document-gdextension-functionality-issues-request-for-exposing-functionality

Max Hilbrunner 2 년 전
부모
커밋
e7a25c6eb6
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. 5 0
      tutorials/scripting/gdextension/what_is_gdextension.rst

+ 5 - 0
tutorials/scripting/gdextension/what_is_gdextension.rst

@@ -22,6 +22,11 @@ run C or C++ code in a Godot project.
 They also both allow you to integrate third-party libraries into Godot. The one
 you should choose depends on your needs.
 
+.. note:: If you notice that specific systems are not accessible via GDExtension
+          but are via custom modules feel free to open an issue on the
+          `godot-cpp repository <https://github.com/godotengine/godot-cpp>`__ to discuss
+          implementation options to expose the missing functionality.
+
 Advantages of GDExtension
 ^^^^^^^^^^^^^^^^^^^^^^^^^