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.

API di estensione del motore

Questa sezione introduce diversi modi per estendere il motore con codice C++. È possibile utilizzare queste API creando un modulo. Si noti che è possibile modificare il motore in molti altri modi rispetto a quelli presentati qui: questa sezione presenta solo una parte dei metodi comuni e utili per farlo.

Alternatively, some of the functions presented here are also available through the GDExtension API. You can use them in C++ by creating a godot-cpp based GDExtension, or with any of the community-created GDExtension implementations. Note though that some aspects of the code or directory structures may be different in GDExtension compared to the module APIs.