You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## @deprecated: Use [method pathfinding_generate_points] instead.
179
179
func_pathfinding_generate_points():
180
+
pathfinding_generate_points()
181
+
182
+
183
+
## Generate points and connections for the [Astar2D] instance.
184
+
##
185
+
## [br]This is automatically called in the _ready() function.
186
+
## [br]The points capacity is automatically adjusted based on the number of used cells.
187
+
## [br]If later you need to add more points to the astar instance call [method AStar2D.reserve_space] with num_nodes the total of points multiplied by 1.12.
188
+
## [br]See [url=https://github.com/godotengine/godot/issues/102612#issuecomment-2702275926]this issue[/url] for more information.
0 commit comments