Attention: Here be dragons
This is the latest
(unstable) version of this documentation, which may document features
not available in or compatible with released stable versions of Godot.
Checking the stable version of the documentation...
Система GDExtension
GDExtension is a Godot-specific technology that lets the engine interact with native shared libraries at runtime. You can use it to run native code without compiling it with the engine.
Примітка
GDExtension не є мовою сценаріїв і не має відношення до GDScript.
У цьому розділі описано, як працює GDExtension, і він загалом призначений для людей, які хочуть створити GDExtension з нуля, наприклад, для створення мовних прив'язок. Якщо ви хочете використовувати існуючі мовні прив'язки, зверніться до інших статей, таких як статті про C++ (godot-cpp) або одну з community-made ones.