v4.3.stable.steam [77dcf97d8]
func _on_[object group here]_area_entered(area: Area3D) -> void:
how do I use an object group instead of a node in a func declaration?
It’s only a function name, it doesn’t actually care about the node name, or what signal it’s connected to.