You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
Merge pull request #43980 from gvekan/fix-missing-function-hints
Fix missing function hints
This commit is contained in:
@@ -2345,7 +2345,7 @@ static void _find_call_arguments(GDScriptParser::CompletionContext &p_context, c
|
||||
GDScriptParser::DataType base_type;
|
||||
bool _static = false;
|
||||
const GDScriptParser::CallNode *call = static_cast<const GDScriptParser::CallNode *>(p_call);
|
||||
GDScriptParser::Node::Type callee_type = GDScriptParser::Node::NONE;
|
||||
GDScriptParser::Node::Type callee_type = call->get_callee_type();
|
||||
|
||||
GDScriptCompletionIdentifier connect_base;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user