You've already forked godot
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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user