We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fee11ae commit f7fc09aCopy full SHA for f7fc09a
addons/gaea/graph/graph_nodes/root/data/border/border.gd
@@ -38,6 +38,7 @@ func _get_output_ports_list() -> Array[StringName]:
38
return [&"border"]
39
40
41
+
42
func _get_output_port_type(_output_name: StringName) -> GaeaValue.Type:
43
return GaeaValue.Type.DATA
44
0 commit comments