diff options
| author | Andreas Haas | 2017-06-13 20:03:08 +0000 |
|---|---|---|
| committer | Andreas Haas | 2017-06-13 20:03:08 +0000 |
| commit | 8361b1ce07266350ef6b6a2d34411030b7e587b2 (patch) | |
| tree | ff9cab7037410224c1b76aab30f394305b523fe8 /modules/gdscript/gd_script.h | |
| parent | a8a1f2e2a864e6b58d5bcf1c7e53a43cdb6d95d9 (diff) | |
| download | godot-8361b1ce07266350ef6b6a2d34411030b7e587b2.tar.gz godot-8361b1ce07266350ef6b6a2d34411030b7e587b2.tar.zst godot-8361b1ce07266350ef6b6a2d34411030b7e587b2.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 00ae13679..ebef4fed7 100644 --- a/modules/gdscript/gd_script.h +++ b/modules/gdscript/gd_script.h @@ -381,6 +381,8 @@ public: virtual void get_comment_delimiters(List<String> *p_delimiters) const; virtual void get_string_delimiters(List<String> *p_delimiters) const; virtual Ref<Script> get_template(const String &p_class_name, const String &p_base_class_name) const; + virtual bool is_using_templates(); + virtual void make_template(const String &p_class_name, const String &p_base_class_name, Ref<Script> &p_script); virtual bool validate(const String &p_script, int &r_line_error, int &r_col_error, String &r_test_error, const String &p_path = "", List<String> *r_functions = NULL) const; virtual Script *create_script() const; virtual bool has_named_classes() const; |
