mirror of
https://github.com/godotengine/godot.git
synced 2025-10-20 08:23:29 +00:00
Added members overview
This commit is contained in:
parent
ef66f8451c
commit
a4e222ae71
7 changed files with 82 additions and 1 deletions
|
@ -2240,6 +2240,10 @@ void VisualScriptEditor::add_callback(const String &p_function, PoolStringArray
|
|||
//undo_redo->clear_history();
|
||||
}
|
||||
|
||||
bool VisualScriptEditor::show_members_overview() {
|
||||
return false;
|
||||
}
|
||||
|
||||
void VisualScriptEditor::update_settings() {
|
||||
|
||||
_update_graph();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue