OSHasEnvironment Method |
Returns true if the environment variable with the name variable exists.
Note: Double-check the casing of variable. Environment variable names are case-sensitive on all platforms except Windows.
Namespace: Godot
public static bool HasEnvironment( string variable )
[Missing <param name="variable"/> documentation for "M:Godot.OS.HasEnvironment(System.String)"]
[Missing <returns> documentation for "M:Godot.OS.HasEnvironment(System.String)"]