This is the current outline of A Guide to GDScript.
Preface
- About Godot
GDScript
Experimenting
Drivers and Rendering Methods
- Grammar
Parsers
Whitespace
Identifiers
Numbers
Strings
Statements
Expressions
Operators
- Annotations
Variable Exporting
Icons
OnReady Variables
Remote Procedure Calls
Tool Annotations
Suppressing Warnings
- Conditionals
Program Flow Control
If…Then…Else
Ternary Expressions
Match Statements
- Loops
- Variants
Variants.Type
- Collections
Math Operators
- Classes
- Signals
- Coroutines
- Glossary
Appendix A. NodePath Tools