You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-15 13:51:40 +00:00
Do ctrl-click on any code identifier to go to definiton or help page.
This commit is contained in:
@@ -98,6 +98,7 @@ protected:
|
||||
void _edit_option(int p_op);
|
||||
|
||||
void _goto_line(int p_line) { goto_line(p_line); }
|
||||
void _lookup_symbol(const String& p_symbol,int p_row, int p_column);
|
||||
|
||||
Variant get_drag_data_fw(const Point2& p_point,Control* p_from);
|
||||
bool can_drop_data_fw(const Point2& p_point,const Variant& p_data,Control* p_from) const;
|
||||
|
||||
Reference in New Issue
Block a user