Expose set_environment to GDScript

This commit is contained in:
Bastiaan Olij
2021-02-25 22:20:13 +11:00
parent 2adacd751c
commit 4c8f5b998f
3 changed files with 17 additions and 0 deletions

View File

@@ -172,6 +172,7 @@ public:
bool has_environment(const String &p_var) const;
String get_environment(const String &p_var) const;
bool set_environment(const String &p_var, const String &p_value) const;
String get_name() const;
Vector<String> get_cmdline_args();