You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
Move things into the title bars of Visual Script nodes.
This is an attempt to make VS slightly nicer to use. WiP.
This commit is contained in:
@@ -129,7 +129,7 @@ public:
|
||||
virtual PropertyInfo get_output_value_port_info(int p_idx) const;
|
||||
|
||||
virtual String get_caption() const;
|
||||
virtual String get_text() const;
|
||||
//virtual String get_text() const;
|
||||
virtual String get_category() const { return "functions"; }
|
||||
|
||||
void set_func(BuiltinFunc p_which);
|
||||
|
||||
Reference in New Issue
Block a user