mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 16:03:29 +00:00
Merge pull request #80964 from dalexeev/gds-allow-use-local-consts-as-types
GDScript: Allow use local constants as types
This commit is contained in:
commit
b6c4efe1b1
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