Add option to open online doc for selected native class in script editor

This commit is contained in:
Gaktan 2024-04-20 18:16:14 +02:00
parent 1d47561319
commit cafa64cd27
2 changed files with 41 additions and 3 deletions

View file

@ -450,6 +450,8 @@ class ScriptEditor : public PanelContainer {
void _update_help_overview();
void _help_overview_selected(int p_idx);
void _update_online_doc();
void _find_scripts(Node *p_base, Node *p_current, HashSet<Ref<Script>> &used);
void _tree_changed();