diff options
| author | Will Nations | 2018-02-13 22:31:38 -0600 |
|---|---|---|
| committer | Will Nations | 2018-02-14 20:15:57 -0600 |
| commit | dd6313710ec9ef85d9fcaf272e828cafded04177 (patch) | |
| tree | 997098c0c64981653127ce276014de290ee60d9a /editor/editor_node.h | |
| parent | e7351ecdf5f14f1b6a8733f91fd90646406d77a5 (diff) | |
| download | godot-dd6313710ec9ef85d9fcaf272e828cafded04177.tar.gz godot-dd6313710ec9ef85d9fcaf272e828cafded04177.tar.zst godot-dd6313710ec9ef85d9fcaf272e828cafded04177.zip | |
Diffstat (limited to 'editor/editor_node.h')
| -rw-r--r-- | editor/editor_node.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/editor/editor_node.h b/editor/editor_node.h index 03102cdc8..403b09a91 100644 --- a/editor/editor_node.h +++ b/editor/editor_node.h @@ -653,6 +653,8 @@ public: PropertyEditor *get_property_editor() { return property_editor; } VBoxContainer *get_property_editor_vb() { return prop_editor_vb; } + ProjectSettingsEditor *get_project_settings() { return project_settings; } + static void add_editor_plugin(EditorPlugin *p_editor); static void remove_editor_plugin(EditorPlugin *p_editor); |
