You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-19 14:31:59 +00:00
New Code Completion
-=-=-=-=-=-=-=-=-=- -Massive improvement to code completion -Argument hinting for functions If you manage to out-smart the code-completion in a situation where completion should be possible to guess, let me know. Please enter the commit message for your changes. Lines starting
This commit is contained in:
@@ -87,7 +87,9 @@ Vector<StringName> MethodBind::get_argument_names() const {
|
||||
|
||||
|
||||
void MethodBind::set_default_arguments(const Vector<Variant>& p_defargs) {
|
||||
default_arguments=p_defargs; default_argument_count=default_arguments.size();
|
||||
default_arguments=p_defargs;
|
||||
default_argument_count=default_arguments.size();
|
||||
|
||||
}
|
||||
|
||||
#ifdef DEBUG_METHODS_ENABLED
|
||||
|
||||
Reference in New Issue
Block a user