1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-05 12:10:55 +00:00

Autocompletion: Account for invalid annotations when making arghint

This commit is contained in:
HolonProduction
2025-02-11 09:17:22 +01:00
parent 261e7d32d3
commit 62eebf1266
2 changed files with 6 additions and 1 deletions

View File

@@ -372,6 +372,7 @@ public:
Vector<ExpressionNode *> arguments;
Vector<Variant> resolved_arguments;
/** Information of the annotation. Might be null for unknown annotations. */
AnnotationInfo *info = nullptr;
PropertyInfo export_info;
bool is_resolved = false;