diff options
| author | Rémi Verschelde | 2016-05-01 23:06:30 +0200 |
|---|---|---|
| committer | Rémi Verschelde | 2016-05-01 23:06:30 +0200 |
| commit | 8ceab5ddaf141434cda982a04bdf4a8f4b0b5155 (patch) | |
| tree | 8da7fa0484cb1845eeacd308a307608537d6a059 /tools/editor/script_editor_debugger.cpp | |
| parent | d6304855c5e83b6a04442091a83453b65bc73f69 (diff) | |
| download | godot-8ceab5ddaf141434cda982a04bdf4a8f4b0b5155.tar.gz godot-8ceab5ddaf141434cda982a04bdf4a8f4b0b5155.tar.zst godot-8ceab5ddaf141434cda982a04bdf4a8f4b0b5155.zip | |
Diffstat (limited to 'tools/editor/script_editor_debugger.cpp')
| -rw-r--r-- | tools/editor/script_editor_debugger.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/editor/script_editor_debugger.cpp b/tools/editor/script_editor_debugger.cpp index fed5ab1a1..90d162c70 100644 --- a/tools/editor/script_editor_debugger.cpp +++ b/tools/editor/script_editor_debugger.cpp @@ -1199,7 +1199,7 @@ void ScriptEditorDebugger::_bind_methods() { ObjectTypeDB::bind_method(_MD("live_debug_reparent_node"),&ScriptEditorDebugger::live_debug_reparent_node); ADD_SIGNAL(MethodInfo("goto_script_line")); - ADD_SIGNAL(MethodInfo("breaked",PropertyInfo(Variant::BOOL,"reallydid"))); + ADD_SIGNAL(MethodInfo("breaked",PropertyInfo(Variant::BOOL,"reallydid"),PropertyInfo(Variant::BOOL,"can_debug"))); ADD_SIGNAL(MethodInfo("show_debugger",PropertyInfo(Variant::BOOL,"reallydid"))); } |
