Added members overview

This commit is contained in:
Paulb23
2017-05-28 15:20:38 +01:00
parent e113ce6546
commit 68e2e63e3e
2 changed files with 5 additions and 0 deletions

View File

@@ -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();