This website requires JavaScript.
Explore
Help
Sign In
northern-lighthouse
/
godot
Watch
1
Star
0
Fork
0
You've already forked godot
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
5ff0624a073fe580b7f26b94f6e242462b67bc2a
godot
/
modules
/
gdscript
/
tests
/
scripts
/
runtime
/
features
History
George Marques
056a54db7b
GDScript: Properly return value with await on non-coroutine
...
If the keyword `await` is used without a coroutine, it should still return the value synchronally.
2021-10-14 19:58:10 -03:00
..
arrays_arent_shared.gd
Zero Dictionary and Array variants when changing type with reset
2021-10-14 11:22:17 -03:00
arrays_arent_shared.out
Zero Dictionary and Array variants when changing type with reset
2021-10-14 11:22:17 -03:00
assign_member_with_operation.gd
GDScript: Fix member assignment with operation
2021-10-04 14:09:54 -03:00
assign_member_with_operation.out
GDScript: Fix member assignment with operation
2021-10-04 14:09:54 -03:00
await_without_coroutine.gd
GDScript: Properly return value with await on non-coroutine
2021-10-14 19:58:10 -03:00
await_without_coroutine.out
GDScript: Properly return value with await on non-coroutine
2021-10-14 19:58:10 -03:00
compare-builtin-equals-null.gd
…
compare-builtin-equals-null.out
…
compare-builtin-not-equals-null.gd
…
compare-builtin-not-equals-null.out
…
compare-null-equals-builtin.gd
…
compare-null-equals-builtin.out
…
compare-null-not-equals-builtin.gd
…
compare-null-not-equals-builtin.out
…
dictionaries_arent_shared.gd
Zero Dictionary and Array variants when changing type with reset
2021-10-14 11:22:17 -03:00
dictionaries_arent_shared.out
Zero Dictionary and Array variants when changing type with reset
2021-10-14 11:22:17 -03:00
lua_assign.gd
Fix LUA-style assignment in Dictionary
2021-10-05 12:17:13 +02:00
lua_assign.out
Fix LUA-style assignment in Dictionary
2021-10-05 12:17:13 +02:00
property_with_operator_assignment.gd
…
property_with_operator_assignment.out
…
recursion.gd
…
recursion.out
…
stringify.gd
Enhance and cleanup stringify for Vector
2021-10-09 06:19:25 +00:00
stringify.out
Enhance and cleanup stringify for Vector
2021-10-09 06:19:25 +00:00