diff options
| author | Paulb23 | 2017-04-17 14:24:30 +0100 |
|---|---|---|
| committer | Paulb23 | 2017-04-18 12:30:46 +0100 |
| commit | 84bca4e72f191450a794de795de7142da87495c6 (patch) | |
| tree | ccc3682f85292cdeef8187bd2bb434acedfd1f90 /modules/gdscript/gd_script.h | |
| parent | 95a2a7e525a1a981b54292d64639545df61deebe (diff) | |
| download | godot-84bca4e72f191450a794de795de7142da87495c6.tar.gz godot-84bca4e72f191450a794de795de7142da87495c6.tar.zst godot-84bca4e72f191450a794de795de7142da87495c6.zip | |
Diffstat (limited to 'modules/gdscript/gd_script.h')
| -rw-r--r-- | modules/gdscript/gd_script.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/gdscript/gd_script.h b/modules/gdscript/gd_script.h index 93f8ee872..f92c11b9e 100644 --- a/modules/gdscript/gd_script.h +++ b/modules/gdscript/gd_script.h @@ -390,6 +390,7 @@ public: #ifdef TOOLS_ENABLED virtual Error lookup_code(const String &p_code, const String &p_symbol, const String &p_base_path, Object *p_owner, LookupResult &r_result); #endif + virtual String _get_indentation() const; virtual void auto_indent_code(String &p_code, int p_from_line, int p_to_line) const; virtual void add_global_constant(const StringName &p_variable, const Variant &p_value); |
