diff options
author | iwek7 <miwanczuk7@gmail.com> | 2019-07-29 20:09:22 +0200 |
---|---|---|
committer | iwek7 <miwanczuk7@gmail.com> | 2019-09-03 20:49:09 +0200 |
commit | 617797c47cac39830282b7ea85fc38eb2d242e19 (patch) | |
tree | 3a13d873fc96c1f7e02718269d55a0cc9234ad7a /editor/editor_run.h | |
parent | 750f8d4926edb14269d9f6a117c5a9fd4765373a (diff) | |
download | redot-engine-617797c47cac39830282b7ea85fc38eb2d242e19.tar.gz |
Adds skip-breakpoints feature
Diffstat (limited to 'editor/editor_run.h')
-rw-r--r-- | editor/editor_run.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/editor_run.h b/editor/editor_run.h index 9127c62030..42724630b5 100644 --- a/editor/editor_run.h +++ b/editor/editor_run.h @@ -51,7 +51,7 @@ private: public: Status get_status() const; - Error run(const String &p_scene, const String &p_custom_args, const List<String> &p_breakpoints); + Error run(const String &p_scene, const String &p_custom_args, const List<String> &p_breakpoints, const bool &p_skip_breakpoints = false); void run_native_notify() { status = STATUS_PLAY; } void stop(); |