Rename AStar.get_points() to AStar.get_point_ids() for clarity

The same has been done for AStar2D as well.
This commit is contained in:
Hugo Locurcio 2020-05-10 02:34:50 +02:00
parent e223a9c129
commit 89849a9ed9
No known key found for this signature in database
GPG key ID: 39E8F8BE30B0A49C
4 changed files with 19 additions and 19 deletions

View file

@ -215,6 +215,12 @@
Returns the number of points currently in the points pool.
</description>
</method>
<method name="get_point_ids">
<return type="Array" />
<description>
Returns an array of all point IDs.
</description>
</method>
<method name="get_point_path">
<return type="PackedVector2Array" />
<argument index="0" name="from_id" type="int" />
@ -238,12 +244,6 @@
Returns the weight scale of the point associated with the given [code]id[/code].
</description>
</method>
<method name="get_points">
<return type="Array" />
<description>
Returns an array of all points.
</description>
</method>
<method name="has_point" qualifiers="const">
<return type="bool" />
<argument index="0" name="id" type="int" />