This website requires JavaScript.
Explore
Help
Sign in
asgardius
/
virtualx-engine
Watch
1
Star
0
Fork
You've already forked virtualx-engine
0
Code
Issues
Pull requests
Projects
Releases
1
Packages
Wiki
Activity
Actions
660c700f9c
virtualx-engine
/
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 17:56:39 +02:00
Expected node path as string or identifier after "$".
Reference in a new issue
Copy permalink