Year: 2021

How to use enums in the Godot Engine

Last Updated on 14. March 2023 This Godot Engine tutorial explains how to create enums, compare enum values, get enum items and their names and how to format them. What are enums? Enum is short for “enumeration”. Enums are often used for selecting something from a list, where every item is mutually exclusive. Some examples: […]

Scroll to top