OSGetEnvironment Method |
Returns the value of an environment variable. Returns an empty string if the environment variable doesn't exist.
Note: Double-check the casing of variable. Environment variable names are case-sensitive on all platforms except Windows.
Namespace: Godot
public static string GetEnvironment( string variable )
[Missing <param name="variable"/> documentation for "M:Godot.OS.GetEnvironment(System.String)"]
[Missing <returns> documentation for "M:Godot.OS.GetEnvironment(System.String)"]