You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-10 13:00:37 +00:00
GDScript: Don't use validated call for vararg methods
Since they may have runtime type validation, we cannot use the validated call.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
func test():
|
||||
var lambda := func(unused: Variant) -> void:
|
||||
pass
|
||||
lambda.call()
|
||||
lambda.call("something")
|
||||
|
||||
Reference in New Issue
Block a user