defa46bfd1
Since they may have runtime type validation, we cannot use the validated call.
4 lines
92 B
GDScript
4 lines
92 B
GDScript
func test():
|
|
var lambda := func(unused: Variant) -> void:
|
|
pass
|
|
lambda.call("something")
|