1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-15 13:51:40 +00:00

Expose set_environment to GDScript

This commit is contained in:
Bastiaan Olij
2021-02-25 22:05:16 +11:00
parent d33ee6fa95
commit e9ce9a8422
3 changed files with 18 additions and 0 deletions

View File

@@ -250,6 +250,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();