1 2 3 4 5 6 7 8 9 10 11
# https://github.com/godotengine/godot/issues/43503 var test_var = null func test(): print(test_var.x) func _init(): test_var = Vector3()