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

GDScript: Allow keywords to be used in $ notation

This commit is contained in:
George Marques
2020-08-19 10:19:05 -03:00
parent 35176247af
commit a52e457ada
3 changed files with 53 additions and 3 deletions

View File

@@ -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) {