- Unreal Development Kit Game Programming with UnrealScript:Beginner's Guide
- Rachel Cordone
- 141字
- 2021-08-27 11:59:04
Chapter 2. Storing and Manipulating Data
Variables are a Programmer's Best Friend
If someone asked if it were raining, or which bag had more apples in it, it would be a pretty simple conversation. But how do you have that same conversation with a computer? In this chapter we're going to take a look at how to use variables and flow control to get our code to react to what's going on in the game.
In this chapter we will:
- Discuss different types of variables including booleans, structs, enums, and arrays.
- Learn how to set default properties for variables and how to let level designers change them.
- Use operators on variables to add, subtract, and more.
- Learn about using flow control to do different things under different circumstances.
Let's get started by learning about the different types of variables!
推薦閱讀
- 極簡Spring Cloud實戰
- 嵌入式技術基礎與實踐(第5版)
- Learning Stencyl 3.x Game Development Beginner's Guide
- Apple Motion 5 Cookbook
- Visual Media Processing Using Matlab Beginner's Guide
- Blender Quick Start Guide
- 單片機技術及應用
- 單片機原理及應用:基于C51+Proteus仿真
- 3D Printing Blueprints
- Blender 3D By Example
- Building Machine Learning Systems with Python
- UML精粹:標準對象建模語言簡明指南(第3版)
- 微服務架構基礎(Spring Boot+Spring Cloud+Docker)
- Learning Less.js
- The Machine Learning Workshop