1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-11 13:10:58 +00:00

Fix missing autocompletion for inheriting classes

(cherry picked from commit ca2f340384)
This commit is contained in:
Micky
2024-01-03 00:13:04 +01:00
committed by Yuri Sizov
parent 873a77d8e9
commit a92a2015f0
7 changed files with 7 additions and 5 deletions

View File

@@ -192,6 +192,7 @@ void Input::get_argument_options(const StringName &p_function, int p_idx, List<S
r_options->push_back(name.quote());
}
}
Object::get_argument_options(p_function, p_idx, r_options);
}
void Input::VelocityTrack::update(const Vector2 &p_delta_p) {