diff options
Diffstat (limited to 'editor/debugger/script_editor_debugger.h')
-rw-r--r-- | editor/debugger/script_editor_debugger.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/debugger/script_editor_debugger.h b/editor/debugger/script_editor_debugger.h index ce205e95b1..fd034ba983 100644 --- a/editor/debugger/script_editor_debugger.h +++ b/editor/debugger/script_editor_debugger.h @@ -238,6 +238,7 @@ public: int get_stack_script_frame() const; void update_tabs(); + void clear_style(); String get_var_value(const String &p_var) const; void save_node(ObjectID p_id, const String &p_file); |