godot-docs icon indicating copy to clipboard operation
godot-docs copied to clipboard

Navigation2d Overview References Incorrect Methods

Open Snayff opened this issue 1 year ago • 1 comments

Your Godot version: 4.0

Issue description: Tutorial code refers to non existent methods:

  • set_target_location not found -> should be set_target_position
  • get_next_location not found -> should be get_next_path_position

URL to the documentation page: https://docs.godotengine.org/en/stable/tutorials/navigation/navigation_introduction_2d.html

Snayff avatar Mar 05 '23 10:03 Snayff

Fix #6823 is not merged and missing the setter.

smix8 avatar Mar 05 '23 11:03 smix8