Part 3: Functions

Опубликовано: 12 Апрель 2026
на канале: Paxtian Plays
70
4

This video discusses how to use functions when programming. Functions can be used to calculate values for variables, to change state information of variables, and the like. This video covers how to write functions, how to use functions, and what functions look like when they're being used by the computer itself.

This video is part of a series of videos on an introduction to programming. This series will introduce basic programming concepts. The goal of this series is to get you familiar with these concepts so that you can begin making video games with a game engine, such as Godot. However, the series will also include some higher level concepts that are more useful for computer science and not necessarily directly relevant to game development.