Added set_environment to OS class
This commit is contained in:
parent
d3c51a5dfb
commit
41873ffa88
7 changed files with 19 additions and 0 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue