diff options
| author | geequlim | 2017-05-29 14:09:16 +0800 |
|---|---|---|
| committer | geequlim | 2017-07-11 17:44:28 +0800 |
| commit | da2bcda7bec65f8c9bedb0ca3b23fc802b277c9d (patch) | |
| tree | 7f3af06381a0d03896f28f7f685da5c8460a9aac /core/script_debugger_remote.h | |
| parent | 171d8a501ff97d4655ba4a7317822d41474eb4bc (diff) | |
| download | godot-da2bcda7bec65f8c9bedb0ca3b23fc802b277c9d.tar.gz godot-da2bcda7bec65f8c9bedb0ca3b23fc802b277c9d.tar.zst godot-da2bcda7bec65f8c9bedb0ca3b23fc802b277c9d.zip | |
Diffstat (limited to 'core/script_debugger_remote.h')
| -rw-r--r-- | core/script_debugger_remote.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/core/script_debugger_remote.h b/core/script_debugger_remote.h index 924e3774a..508f9b145 100644 --- a/core/script_debugger_remote.h +++ b/core/script_debugger_remote.h @@ -108,7 +108,6 @@ class ScriptDebuggerRemote : public ScriptDebugger { void *request_scene_tree_ud; void _set_object_property(ObjectID p_id, const String &p_property, const Variant &p_value); - void _send_object_id(ObjectID p_id); void _send_video_memory(); LiveEditFuncs *live_edit_funcs; @@ -118,6 +117,9 @@ class ScriptDebuggerRemote : public ScriptDebugger { void _send_profiling_data(bool p_for_frame); + int _serialize_variant(const Variant &var, const PropertyInfo &p_info, DVector<uint8_t> &buff); + DVector<uint8_t> _serialize(const Variant &var, const PropertyInfo &p_info); + struct FrameData { StringName name; |
