diff options
author | Michael Alexsander Silva Dias <michaelalexsander@protonmail.com> | 2019-06-06 22:04:25 -0300 |
---|---|---|
committer | Michael Alexsander Silva Dias <michaelalexsander@protonmail.com> | 2019-06-06 22:04:25 -0300 |
commit | def0485ca93aae67f456849ad1fe558e888b9c9c (patch) | |
tree | a06035bffd171b0a9397166ea6776d231179505f /editor/editor_help_search.h | |
parent | 197b65f32ac811f79bc5599fbfe8cf83914b6873 (diff) | |
download | redot-engine-def0485ca93aae67f456849ad1fe558e888b9c9c.tar.gz |
Make docs search hide nodes disabled by the editor feature profile
Diffstat (limited to 'editor/editor_help_search.h')
-rw-r--r-- | editor/editor_help_search.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/editor/editor_help_search.h b/editor/editor_help_search.h index 93cf66a0dd..12ffd024a7 100644 --- a/editor/editor_help_search.h +++ b/editor/editor_help_search.h @@ -125,6 +125,8 @@ class EditorHelpSearch::Runner : public Reference { Map<String, TreeItem *> class_items; TreeItem *matched_item; + bool _is_class_disabled_by_feature_profile(const StringName &p_class); + bool _slice(); bool _phase_match_classes_init(); bool _phase_match_classes(); |