gameoptionconditionals - eisclimber/ExPresS-XR GitHub Wiki

GameOptionConditionals

Enum in GameOptions

Inherits from System.Enum

Summary

Add boolean values here to be used with GameOptionsConditionalElement. Make sure to add a return value in GetValueOfConditional() too.

public enum GameOptionConditionals
{
    MadeWithExPresSXR,
    Subtitles
}

Members

Name Description
MadeWithExPresSXR Refers to the MadeWithExPresSXR value.
Subtitles Refers to the Subtitles value.
⚠️ **GitHub.com Fallback** ⚠️