mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 16:03:29 +00:00
add undeclared function params of VisualScriptEditor::_selected_method , Fixes #23475
This commit is contained in:
parent
894163a945
commit
dced53b4d9
2 changed files with 2 additions and 2 deletions
|
@ -234,7 +234,7 @@ class VisualScriptEditor : public ScriptEditorBase {
|
|||
void _comment_node_resized(const Vector2 &p_new_size, int p_node);
|
||||
|
||||
int selecting_method_id;
|
||||
void _selected_method(const String &p_method, const String &p_type);
|
||||
void _selected_method(const String &p_method, const String &p_type, const bool p_connecting);
|
||||
|
||||
void _draw_color_over_button(Object *obj, Color p_color);
|
||||
void _button_resource_previewed(const String &p_path, const Ref<Texture> &p_preview, const Ref<Texture> &p_small_preview, Variant p_ud);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue