From b18a018ad23f95b1f3cdedc74c14e09d666dc346 Mon Sep 17 00:00:00 2001 From: Theraot Date: Tue, 1 Mar 2022 17:02:04 -0500 Subject: Updating AStar2D documentation to mention the new bidirectional paramter --- doc/classes/AStar2D.xml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/doc/classes/AStar2D.xml b/doc/classes/AStar2D.xml index 2dde3ad340..60d2986e07 100644 --- a/doc/classes/AStar2D.xml +++ b/doc/classes/AStar2D.xml @@ -52,8 +52,9 @@ + - Returns whether there is a connection/segment between the given points. + Returns whether there is a connection/segment between the given points. If [code]bidirectional[/code] is [code]false[/code], returns whether movement from [code]id[/code] to [code]to_id[/code] is possible through this segment. @@ -89,8 +90,9 @@ + - Deletes the segment between the given points. + Deletes the segment between the given points. If [code]bidirectional[/code] is [code]false[/code], only movement from [code]id[/code] to [code]to_id[/code] is prevented, and a unidirectional segment possibly remains. -- cgit v1.2.3