You've already forked godot
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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user