brain
0
Q:

godot language void keyword

func foo() -> void:
    pass
func bar():
    pass
var result = some_object.foo()
print(str(result)) # will print "Null"
result = bar()
print(str(result)) # will print "Null" again
0

New to Communities?

Join the community