mirror of
https://github.com/godotengine/godot.git
synced 2025-11-01 14:11:15 +00:00
More improvements to visual script..
fixed a bug of not saving when sub-nodes changed.
This commit is contained in:
parent
5567350e1b
commit
fc70824f7c
17 changed files with 171 additions and 29 deletions
|
|
@ -342,6 +342,7 @@ public:
|
|||
|
||||
virtual void get_script_property_list(List<PropertyInfo> *p_list) const;
|
||||
|
||||
virtual bool are_subnodes_edited() const;
|
||||
|
||||
VisualScript();
|
||||
~VisualScript();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue