options - eisclimber/ExPresS-XR GitHub Wiki
Classes implementing a simple game options system.
| Name | Description |
|---|---|
| GameOptions | !ATTENTION! This is just a demo implementation with demo values. You'll need to adjust this class to your needs. |
| Also keep in mind that this is not a full save system, rather lets you store some simple values easily. | |
| GameOptionsConditionalElement | This component allows triggering events based on bool values stored in GameOptions. |
| In order to use the value, the value must be added to GameOptionConditionals and their value must be returned by GameOptions.GetValueOfConditional(). |