Siuda
Results
1
comments of
Siuda
As mentioned above, Godot does have some ways that will tell you which objects you're dealing with. The [Object](https://docs.godotengine.org/en/stable/classes/class_object.html) class itself has methods like *get_class()*, *is_class(class_name)* or *get_script()*. Also there...