From 0bcbf8e00d2cc9febe1977aca560897553b141de Mon Sep 17 00:00:00 2001 From: Yuri Rubinsky Date: Tue, 20 Dec 2022 23:21:38 +0300 Subject: Add `get_point_position` method to `AStarGrid2D` --- doc/classes/AStarGrid2D.xml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'doc/classes') diff --git a/doc/classes/AStarGrid2D.xml b/doc/classes/AStarGrid2D.xml index 916946775b..cba783246f 100644 --- a/doc/classes/AStarGrid2D.xml +++ b/doc/classes/AStarGrid2D.xml @@ -69,6 +69,13 @@ [b]Note:[/b] This method is not thread-safe. If called from a [Thread], it will return an empty [PackedVector3Array] and will print an error message. + + + + + Returns the position of the point associated with the given [param id]. + + -- cgit v1.2.3