Added members overview

This commit is contained in:
Paulb23 2017-05-28 15:20:38 +01:00
parent ef66f8451c
commit a4e222ae71
7 changed files with 82 additions and 1 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();