You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
-Many fixes to VisualScript, fixed property names, etc.
-Added ability to set/get a field in GetSet, as well as assignment ops -Added a Select node -Fixed update bugs related to variable list and exported properties, closes #9458
This commit is contained in:
@@ -156,7 +156,7 @@ public:
|
||||
virtual void set_debugger_active(bool p_active);
|
||||
|
||||
Control *get_edit_menu();
|
||||
|
||||
virtual void clear_edit_menu();
|
||||
static void register_editor();
|
||||
|
||||
ScriptTextEditor();
|
||||
|
||||
Reference in New Issue
Block a user