You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-09 12:50:35 +00:00
Likely with bugs and with some features are missing, as well as profiler support, but VisualScript should be more or less done!
This commit is contained in:
@@ -115,7 +115,7 @@ public:
|
||||
virtual void trim_trailing_whitespace();
|
||||
virtual void tag_saved_version();
|
||||
|
||||
virtual void goto_line(int p_line);
|
||||
virtual void goto_line(int p_line,bool p_with_error=false);
|
||||
|
||||
virtual void reload(bool p_soft);
|
||||
virtual void get_breakpoints(List<int> *p_breakpoints);
|
||||
@@ -126,6 +126,8 @@ public:
|
||||
|
||||
virtual void set_tooltip_request_func(String p_method,Object* p_obj);
|
||||
|
||||
virtual void set_debugger_active(bool p_active);
|
||||
|
||||
Control *get_edit_menu();
|
||||
|
||||
static void register_editor();
|
||||
|
||||
Reference in New Issue
Block a user