Glossary
Uvjet dovršenosti
This glossary explains some special terms that are used in the lesson and are relevant in the context of games.
Pregled rječnika korištenjem ovog indeksa
Posebno | A | B | C | Č | Ć | D | Dž | Đ | E | F | G | H | I | J | K | L | Lj | M | N | Nj | O | P | Q | R | S | Š | T | U | V | W | X | Y | Z | Ž | SVE
V |
---|
FK | Variable | ||
---|---|---|---|
A variable is a fundamental concept in programming and data processing. It is used to store data or information in a computer program to access or change it later. Variables are comparable to named containers or locations for values that are used during program execution. In games, they are used to count values such as life points or items. The values can be retrieved by the engine and linked to conditions in the game. | |||