Attention | Topic was automatically imported from the old Question2Answer platform. | |
Asked By | divergy321 |
Hello!
Im seekeng a way to check, have some node a custom function.
Problem description:
I have area2d bullet, that flys forward. when it face Enemy or Player it calls a function “Take_Damage( damage )” and sets a damage amount. problems starts when it face wall or any other environment, because it doesnt have function “Take_Damage”.
I want to modify bullet script to check have faced object “Take_Damage” function or it doent, and only if it have, then call it.
But i dont know how to check it.
Maybe someone knows how to solve this problem?