mirror of
https://github.com/godotengine/godot.git
synced 2025-10-20 00:13:30 +00:00
GDScript: Allow use local constants as types
This commit is contained in:
parent
6758a7f8c0
commit
68a567bd13
12 changed files with 236 additions and 122 deletions
|
@ -859,9 +859,7 @@ public:
|
|||
|
||||
struct IdentifierNode : public ExpressionNode {
|
||||
StringName name;
|
||||
#ifdef DEBUG_ENABLED
|
||||
SuiteNode *suite = nullptr; // The block in which the identifier is used.
|
||||
#endif
|
||||
|
||||
enum Source {
|
||||
UNDEFINED_SOURCE,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue