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.

Engine core and modules

The following pages are meant to introduce the global organization of Godot Engine's source code, and give useful tips for extending and fixing the engine on the C++ side.

Godot 源代码入门

本节讲述(几乎)每个源文件中都会用到的基础知识。

修改源代码扩展 Godot

本节讲述修改 Godot 的 C++ 源代码能做什么。