Hi, why some properties missing from autocomplete? In exemple below, why "name" is missing??

  • This is is because ray.get_collider() returns an Object and the "name" property is a Node property, not an Objectproperty.

    The autocomplete can only give you hints for what it knows the function returns.

This is is because ray.get_collider() returns an Object and the "name" property is a Node property, not an Objectproperty.

The autocomplete can only give you hints for what it knows the function returns.

    SirQuartz Oh, ok, thank you for your answer. I'm new to godot, autocomplete is a very big help for me.

    Thank u so much!