This website requires JavaScript.
Explore
Help
Sign In
godotengine
/
godot
Watch
1
Star
0
Fork
You've already forked godot
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
d6dde819be
godot
/
modules
/
gdscript
/
tests
/
scripts
/
runtime
/
features
/
await_on_void.gd
8 lines
105 B
GDScript
Raw
Blame
History
func
wait
(
)
-
>
void
:
pass
func
test
(
)
:
@
warning_ignore
(
"
redundant_await
"
)
await
wait
(
)
print
(
"
end
"
)
Reference in New Issue
View Git Blame
Copy Permalink