From 176e63823ae685d1284083b39c9929f76fac93ff Mon Sep 17 00:00:00 2001 From: Max Hilbrunner Date: Sat, 22 Jul 2023 16:46:57 +0200 Subject: [PATCH] Merge pull request #7706 from paddy-exe/document-gdextension-functionality-issues-request-for-exposing-functionality --- tutorials/scripting/gdextension/what_is_gdextension.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tutorials/scripting/gdextension/what_is_gdextension.rst b/tutorials/scripting/gdextension/what_is_gdextension.rst index faca4b331..404282a0e 100644 --- a/tutorials/scripting/gdextension/what_is_gdextension.rst +++ b/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 `__ to discuss + implementation options to expose the missing functionality. + Advantages of GDExtension ^^^^^^^^^^^^^^^^^^^^^^^^^