Error calling method from signal 'body_entered': 'KinematicBody(Enemy.cs)::_on_area_body_entered': Method not found.

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Mordrag

I am getting the Error above when starting.
But I think i have made everything right.
enter image description here

enter image description here

Maybe somebody has got an idea what is going wrong here.

:bust_in_silhouette: Reply From: volzhs

accroding to document,
you need a body parameter for body_entered

body_entered ( Object body )

Emitted when a PhysicsBody object enters.

Ah thank you finnaly i got it working :slight_smile:

Mordrag | 2019-01-26 21:16