GDScript: Allow keywords to be used in $ notation
This commit is contained in:
parent
35176247af
commit
a52e457ada
3 changed files with 53 additions and 3 deletions
|
|
@ -169,6 +169,7 @@ public:
|
|||
|
||||
const char *get_name() const;
|
||||
bool is_identifier() const;
|
||||
bool is_node_name() const;
|
||||
StringName get_identifier() const { return source; }
|
||||
|
||||
Token(Type p_type) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue