Functions
摘要
You can attach a script to any item in Godot to make it interactive. To avoid creating one massive script of code, it’s better to divide a large program into smaller ones that work together. Such small programs that make up a larger program are called functions.