Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ SetEnvironmentVariable() [1/2]

static void System.Environment.SetEnvironmentVariable ( string variable,
string? value )
inlinestatic

Definition at line 474 of file Environment.cs.

475 {
476 ValidateVariableAndValue(variable, ref value);
478 }
static void ValidateVariableAndValue(string variable, ref string value)
static void SetEnvironmentVariableCore(string variable, string value)

References System.Environment.SetEnvironmentVariableCore(), System.Environment.ValidateVariableAndValue(), and System.value.

Referenced by System.Environment.SetEnvironmentVariable(), and Terraria.Program.TrySettingFNAToOpenGL().