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.