1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-22 15:06:45 +00:00

Remove references to compiled GDScript in export

This feature was removed from GDScript so it should not be present on
the interface nor in the saved export presets.
This commit is contained in:
George Marques
2023-01-20 15:09:07 -03:00
parent 9f74f0f6c5
commit 7e5c2f945d
9 changed files with 2 additions and 77 deletions

View File

@@ -250,9 +250,6 @@ public:
virtual void set_path(const String &p_path, bool p_take_over = false) override;
String get_script_path() const;
Error load_source_code(const String &p_path);
Error load_byte_code(const String &p_path);
Vector<uint8_t> get_as_byte_code() const;
bool get_property_default_value(const StringName &p_property, Variant &r_value) const override;