diff options
author | Micky <micheledevita2@gmail.com> | 2024-08-18 18:51:37 +0200 |
---|---|---|
committer | Micky <micheledevita2@gmail.com> | 2024-08-18 23:18:44 +0200 |
commit | b8f78b14be5e61858c33a572159e074c3755f4c9 (patch) | |
tree | 4ba50bb6111a5d7e73e4d1dde71d1633987f912e /doc/classes/AStar2D.xml | |
parent | 1bd740d18d714f815486b04bf4c6154ef6c355d9 (diff) | |
download | redot-engine-b8f78b14be5e61858c33a572159e074c3755f4c9.tar.gz |
Fix miscellaneous oddities around the class reference
Diffstat (limited to 'doc/classes/AStar2D.xml')
-rw-r--r-- | doc/classes/AStar2D.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/AStar2D.xml b/doc/classes/AStar2D.xml index 2ea6aa15bd..af39e2f6e0 100644 --- a/doc/classes/AStar2D.xml +++ b/doc/classes/AStar2D.xml @@ -276,7 +276,7 @@ <return type="void" /> <param index="0" name="num_nodes" type="int" /> <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. The new capacity must be greater or equal to the old capacity. </description> </method> <method name="set_point_disabled"> |