diff options
author | Thaddeus Crews <repiteo@outlook.com> | 2024-11-12 09:27:47 -0600 |
---|---|---|
committer | Thaddeus Crews <repiteo@outlook.com> | 2024-11-12 09:27:47 -0600 |
commit | e66d9988a638c94a529f13a9c893181c939eb7da (patch) | |
tree | 472a83a039e41803e1c1825efbf2bbcafbad008d /doc/classes/AStar2D.xml | |
parent | 47e7fb4406a1816a7a5b68602dd03174d31590aa (diff) | |
parent | b8f78b14be5e61858c33a572159e074c3755f4c9 (diff) | |
download | redot-engine-e66d9988a638c94a529f13a9c893181c939eb7da.tar.gz |
Merge pull request #95774 from Mickeon/documentation-miscellaneous-oddities
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 a41da4c318..044e1206e9 100644 --- a/doc/classes/AStar2D.xml +++ b/doc/classes/AStar2D.xml @@ -278,7 +278,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"> |