gameoptionconditionals - eisclimber/ExPresS-XR GitHub Wiki
Enum in GameOptions
Inherits from System.Enum
Add boolean values here to be used with GameOptionsConditionalElement. Make sure to add a return value in GetValueOfConditional() too.
public enum GameOptionConditionals
{
MadeWithExPresSXR,
Subtitles
}| Name | Description |
|---|---|
| MadeWithExPresSXR | Refers to the MadeWithExPresSXR value. |
| Subtitles | Refers to the Subtitles value. |