You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
Change get_completion_identifier_is_function to return a bool
A minor bugfix
This commit is contained in:
@@ -8784,7 +8784,7 @@ int GDScriptParser::get_completion_argument_index() {
|
||||
return completion_argument;
|
||||
}
|
||||
|
||||
int GDScriptParser::get_completion_identifier_is_function() {
|
||||
bool GDScriptParser::get_completion_identifier_is_function() {
|
||||
|
||||
return completion_ident_is_call;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user