2. Godot Script from ZERO

Function calls & built in functions (“GDScript from 0”)

On day 5 in “Learn day by day” development in Godot Engine [part 2 of 4 in 1 of 2]

“Learning GDScript From Zero” a good starting place to learn the Godot Engine script programming.

  • Introduction of functions “func” and “return“,
  • Function calls and built in functions; “rotate()”, “show()”, “hide()”, “move_local_x()”, “move_local_y()”,
  • Function arguments (passing parameters).

GDQuest’s Learn GDScript From Zero is a free and open source interactive tutorial for absolute beginners to learn to program with Godot’s GDScript language. It is available as a desktop application or in the browser.

Godot Engine 4.3 documentation in English

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *