https://docs.godotengine.org/en/stable/tutorials/scripting/gdscript/gdscript_advanced.html
GDScript: An introduction to dynamic languages — Godot Engine (stable) documentation in English
About: This tutorial aims to be a quick reference for how to use GDScript more efficiently. It focuses on common cases specific to the language, but also...
an introductiondynamic languagesgodot enginegdscriptstable
https://docs.godotengine.org/en/stable/tutorials/scripting/gdscript/gdscript_documentation_comments.html
GDScript documentation comments — Godot Engine (stable) documentation in English
In GDScript, comments can be used to document your code and add descriptions to the members of a script. There are two differences between a normal comment and...
godot enginegdscriptdocumentationcommentsstable
https://docs.godotengine.org/en/stable/tutorials/scripting/gdscript/static_typing.html
Static typing in GDScript — Godot Engine (stable) documentation in English
In this guide, you will learn: how to use static typing in GDScript;, that static types can help you avoid bugs;, that static typing improves your experience...
godot enginestatictypinggdscriptstable
https://docs.godotengine.org/en/stable/tutorials/scripting/gdscript/index.html
GDScript — Godot Engine (stable) documentation in English
GDScript reference, GDScript: An introduction to dynamic languages, GDScript exported properties, GDScript documentation comments, GDScript style guide, Static...
godot enginegdscriptstabledocumentationenglish
https://docs.godotengine.org/en/stable/tutorials/scripting/gdscript/gdscript_exports.html
GDScript exported properties — Godot Engine (stable) documentation in English
In Godot, class members can be exported. This means their value gets saved along with the resource (such as the scene) they're attached to, and get transferred...
gdscript exported propertiesgodot enginestabledocumentationenglish
https://docs.godotengine.org/en/stable/tutorials/scripting/gdscript/warning_system.html
GDScript warning system — Godot Engine (stable) documentation in English
The GDScript warning system complements static typing(but it can work without static typing too). It's here to help you avoid mistakes that are hard to spot...
gdscript warning systemgodot enginestabledocumentationenglish
https://docs.godotengine.org/en/stable/getting_started/introduction/learn_to_code_with_gdscript.html
Learn to code with GDScript — Godot Engine (stable) documentation in English
In Godot, you can write code using the GDScript and C# programming languages. If you are new to programming, we recommend starting with GDScript because we...
learn to codegodot enginegdscriptstabledocumentation
https://docs.godotengine.org/en/stable/tutorials/scripting/c_sharp/c_sharp_differences.html
C# API differences to GDScript — Godot Engine (stable) documentation in English
This is an (incomplete) list of API differences between C# and GDScript. General differences: As explained in General differences between C# and GDScript,...
c apigodot enginedifferencesgdscriptstable
https://docs.godotengine.org/en/stable/tutorials/scripting/gdscript/gdscript_basics.html
GDScript reference — Godot Engine (stable) documentation in English
GDScript is a high-level, object-oriented, imperative, and gradually typed programming language built for Godot. It uses an indentation-based syntax similar to...
gdscript referencegodot enginestabledocumentationenglish