You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2026-01-04 19:21:46 +00:00
Add option to open online doc for selected native class in script editor
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user