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

Fix missing autocompletion for inheriting classes

This commit is contained in:
Micky
2024-01-03 00:13:04 +01:00
parent 07b88600b7
commit ca2f340384
7 changed files with 7 additions and 5 deletions

View File

@@ -198,6 +198,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) {