lambda_unused_arg.gd 92 B

1234
  1. func test():
  2. var lambda := func(unused: Variant) -> void:
  3. pass
  4. lambda.call("something")