5 lines
81 B
GDScript3
5 lines
81 B
GDScript3
|
func test():
|
||
|
var lambda := func(unused: Variant) -> void:
|
||
|
pass
|
||
|
lambda.call()
|