You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-08 12:40:44 +00:00
Added set_environment to OS class
This commit is contained in:
@@ -739,6 +739,11 @@ String OSUWP::get_environment(const String &p_var) const {
|
||||
return "";
|
||||
};
|
||||
|
||||
bool OSUWP::set_environment(const String &p_var, const String &p_value) const {
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
String OSUWP::get_stdin_string(bool p_block) {
|
||||
|
||||
return String();
|
||||
|
||||
Reference in New Issue
Block a user