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