GDScript: Change parser representation of class extends
This commit is contained in:
parent
550a779851
commit
4e34cf238a
10 changed files with 43 additions and 26 deletions
|
|
@ -710,7 +710,7 @@ public:
|
|||
bool extends_used = false;
|
||||
bool onready_used = false;
|
||||
String extends_path;
|
||||
Vector<StringName> extends; // List for indexing: extends A.B.C
|
||||
Vector<IdentifierNode *> extends; // List for indexing: extends A.B.C
|
||||
DataType base_type;
|
||||
String fqcn; // Fully-qualified class name. Identifies uniquely any class in the project.
|
||||
#ifdef TOOLS_ENABLED
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue