You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
More work on visual scripting..
This commit is contained in:
@@ -102,6 +102,7 @@ private:
|
||||
Node *_get_base_node() const;
|
||||
StringName _get_base_type() const;
|
||||
|
||||
void _update_base_type();
|
||||
|
||||
protected:
|
||||
virtual void _validate_property(PropertyInfo& property) const;
|
||||
@@ -175,7 +176,7 @@ private:
|
||||
NodePath base_path;
|
||||
StringName property;
|
||||
|
||||
|
||||
void _update_base_type();
|
||||
Node *_get_base_node() const;
|
||||
StringName _get_base_type() const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user