Sets the value of the environment variable variable to value. The environment variable will be set for the Godot process and any process executed with execute after running setEnvironment. The environment variable will not persist to processes run after the Godot process was terminated.
Note: Double-check the casing of variable. Environment variable names are case-sensitive on all platforms except Windows.
Sets the value of the environment variable variable to value. The environment variable will be set for the Godot process and any process executed with execute after running setEnvironment. The environment variable will not persist to processes run after the Godot process was terminated. Note: Double-check the casing of variable. Environment variable names are case-sensitive on all platforms except Windows.