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
33957aee69
godot
/
modules
/
gdscript
/
tests
/
scripts
/
parser
/
features
/
lambda_capture_callable.gd
5 lines
92 B
GDScript
Raw
Blame
History
func
test
(
)
:
var
x
=
42
var
my_lambda
=
func
(
)
:
print
(
x
)
my_lambda
.
call
(
)
# Prints "42".
Reference in New Issue
View Git Blame
Copy Permalink