Remove AStar2D/3D comments on reserve_space() capacity needs
Removes AStar2D/3D comments of reserve_space() new capacity needing to be greater or equal than old capacity.
This commit is contained in:
@ -278,7 +278,7 @@
|
|||||||
<return type="void" />
|
<return type="void" />
|
||||||
<param index="0" name="num_nodes" type="int" />
|
<param index="0" name="num_nodes" type="int" />
|
||||||
<description>
|
<description>
|
||||||
Reserves space internally for [param num_nodes] points. Useful if you're adding a known large number of points at once, such as points on a grid. The new capacity must be greater or equal to the old capacity.
|
Reserves space internally for [param num_nodes] points. Useful if you're adding a known large number of points at once, such as points on a grid.
|
||||||
</description>
|
</description>
|
||||||
</method>
|
</method>
|
||||||
<method name="set_point_disabled">
|
<method name="set_point_disabled">
|
||||||
|
|||||||
@ -318,7 +318,7 @@
|
|||||||
<return type="void" />
|
<return type="void" />
|
||||||
<param index="0" name="num_nodes" type="int" />
|
<param index="0" name="num_nodes" type="int" />
|
||||||
<description>
|
<description>
|
||||||
Reserves space internally for [param num_nodes] points. Useful if you're adding a known large number of points at once, such as points on a grid. New capacity must be greater or equals to old capacity.
|
Reserves space internally for [param num_nodes] points. Useful if you're adding a known large number of points at once, such as points on a grid.
|
||||||
</description>
|
</description>
|
||||||
</method>
|
</method>
|
||||||
<method name="set_point_disabled">
|
<method name="set_point_disabled">
|
||||||
|
|||||||
Reference in New Issue
Block a user