Terraria v1.4.4.9
Terraria source code documentation
|
Static Package Functions | |
static bool | GetBooleanConfig (string configName, bool defaultValue) |
static bool | GetBooleanConfig (string switchName, string envVariable, bool defaultValue=false) |
static int | GetInt32Config (string configName, int defaultValue, bool allowNegative=true) |
static short | GetInt16Config (string configName, short defaultValue, bool allowNegative=true) |
Definition at line 5 of file AppContextConfigHelper.cs.