mirror of
https://github.com/godotengine/regression-test-project.git
synced 2026-01-01 01:48:47 +03:00
Print class in method
This commit is contained in:
@@ -40,7 +40,7 @@ func tests_all_functions() -> void:
|
||||
continue
|
||||
|
||||
if debug_print:
|
||||
print(method_data.get("name"))
|
||||
print(name_of_class + "." + method_data.get("name"))
|
||||
|
||||
var arguments: Array = return_for_all(method_data)
|
||||
object.callv(method_data.get("name"), arguments)
|
||||
|
||||
Reference in New Issue
Block a user