This website requires JavaScript.
Explore
Help
Sign in
Stowage
/
godot
Watch
2
Star
0
Fork
You've already forked godot
0
mirror of
https://github.com/godotengine/godot.git
synced
2026-02-25 00:21:03 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
511134f55f
godot
/
modules
/
gdscript
/
tests
/
scripts
/
parser
/
errors
/
dollar-assignment-bug-53696.out
3 lines
74 B
Text
Raw
Normal View
History
Unescape
Escape
Fix GDScript parser crash on 'dollar mixed with assignment' expression fixes #53696
2021-11-21 21:17:35 +01: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 12:56:39 -03:00
Expected node path as string or identifier after "$".
Reference in a new issue
Copy permalink