doc: Sync classref with current source

This commit is contained in:
Rémi Verschelde 2019-10-01 10:55:49 +02:00
parent d66d970fdb
commit 79298face0
5 changed files with 28 additions and 22 deletions

View file

@ -87,8 +87,10 @@
</return>
<argument index="0" name="to_position" type="Vector2">
</argument>
<argument index="1" name="include_disabled" type="bool" default="false">
</argument>
<description>
Returns the ID of the closest point to [code]to_position[/code]. Returns -1 if there are no points in the points pool.
Returns the ID of the closest point to [code]to_position[/code], optionally taking disabled points into account. Returns -1 if there are no points in the points pool.
</description>
</method>
<method name="get_closest_position_in_segment" qualifiers="const">