This repository has been archived by the owner on Nov 12, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 8
[U] Game State
Stanislav Vasilev edited this page Feb 21, 2023
·
6 revisions
- Generate a game state class using the BuildTool
- Include the class's header into the game mode's header
- Call the standard
make
function - You have a newly created game state
The Game State class is in exactly the same position as the Player State class. Semantically, you should use the Game State to track any state changes for the game like
- A new area can be accessed
- A door is opened
- The time limit for the mission ran out
Use the standard casting function for casting between a generic pointer to it's base pointer type
This project is supported by all the people who joined our discord server and became beta testers. If you want to join the discord you can click here
- Home
- Beginner concepts
- Advanced concepts
- Engine developer and contributor resources