diff options
| author | Juan Linietsky | 2014-09-22 00:50:48 -0300 |
|---|---|---|
| committer | Juan Linietsky | 2014-09-22 00:50:48 -0300 |
| commit | 048fdc8aeabbd80ba9cc8914ec7f7baa00ad0c3d (patch) | |
| tree | ddd39a348b41cfe3927075a8c6b11aa692511518 /modules/gdscript/gd_script.h | |
| parent | f195bf673fa8f282d2508e20ca6f08260c4e1fe7 (diff) | |
| download | godot-048fdc8aeabbd80ba9cc8914ec7f7baa00ad0c3d.tar.gz godot-048fdc8aeabbd80ba9cc8914ec7f7baa00ad0c3d.tar.zst godot-048fdc8aeabbd80ba9cc8914ec7f7baa00ad0c3d.zip | |
Diffstat (limited to 'modules/gdscript/gd_script.h')
| -rw-r--r-- | modules/gdscript/gd_script.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/gdscript/gd_script.h b/modules/gdscript/gd_script.h index 62787cf6f..208860627 100644 --- a/modules/gdscript/gd_script.h +++ b/modules/gdscript/gd_script.h @@ -299,6 +299,8 @@ public: virtual bool has_source_code() const; virtual String get_source_code() const; virtual void set_source_code(const String& p_code); + virtual void update_exports(); + virtual Error reload(); virtual String get_node_type() const; |
