You've already forked godot
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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user