This website requires JavaScript.
Explore
Help
Sign In
godotengine
/
godot
Watch
1
Star
0
Fork
0
You've already forked godot
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
eba3e0a9fc
godot
/
modules
/
gdscript
/
tests
/
scripts
/
parser
/
errors
/
dollar-assignment-bug-53696.out
3 lines
74 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Fix GDScript parser crash on 'dollar mixed with assignment' expression fixes #53696
2021-11-21 20:17:35 +00:00
GDTEST_PARSER_ERROR
GDScript: Support `%` in shorthand for `get_node` The `%` is used in scene unique nodes. Now `%` can also be used instead of `$` for the shorthand, besides being allowed generally anywhere in the path as the prefix for a node name.
2022-05-26 15:56:39 +00:00
Expected node path as string or identifier after "$".
Reference in New Issue
Copy Permalink