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:
parent
e223a9c129
commit
89849a9ed9
4 changed files with 19 additions and 19 deletions
|
|
@ -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" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue