doc: Sync classref with current source
This commit is contained in:
@@ -164,6 +164,54 @@
|
||||
Returns the map cell size.
|
||||
</description>
|
||||
</method>
|
||||
<method name="map_get_closest_point" qualifiers="const">
|
||||
<return type="Vector3">
|
||||
</return>
|
||||
<argument index="0" name="map" type="RID">
|
||||
</argument>
|
||||
<argument index="1" name="to_point" type="Vector3">
|
||||
</argument>
|
||||
<description>
|
||||
Returns the point closest to the provided [code]point[/code] on the navigation mesh surface.
|
||||
</description>
|
||||
</method>
|
||||
<method name="map_get_closest_point_normal" qualifiers="const">
|
||||
<return type="Vector3">
|
||||
</return>
|
||||
<argument index="0" name="map" type="RID">
|
||||
</argument>
|
||||
<argument index="1" name="to_point" type="Vector3">
|
||||
</argument>
|
||||
<description>
|
||||
Returns the normal for the point returned by [method map_get_closest_point].
|
||||
</description>
|
||||
</method>
|
||||
<method name="map_get_closest_point_owner" qualifiers="const">
|
||||
<return type="RID">
|
||||
</return>
|
||||
<argument index="0" name="map" type="RID">
|
||||
</argument>
|
||||
<argument index="1" name="to_point" type="Vector3">
|
||||
</argument>
|
||||
<description>
|
||||
Returns the owner region RID for the point returned by [method map_get_closest_point].
|
||||
</description>
|
||||
</method>
|
||||
<method name="map_get_closest_point_to_segment" qualifiers="const">
|
||||
<return type="Vector3">
|
||||
</return>
|
||||
<argument index="0" name="map" type="RID">
|
||||
</argument>
|
||||
<argument index="1" name="start" type="Vector3">
|
||||
</argument>
|
||||
<argument index="2" name="end" type="Vector3">
|
||||
</argument>
|
||||
<argument index="3" name="use_collision" type="bool" default="false">
|
||||
</argument>
|
||||
<description>
|
||||
Returns the closest point between the navigation surface and the segment.
|
||||
</description>
|
||||
</method>
|
||||
<method name="map_get_edge_connection_margin" qualifiers="const">
|
||||
<return type="float">
|
||||
</return>
|
||||
@@ -188,54 +236,6 @@
|
||||
Returns the navigation path to reach the destination from the origin.
|
||||
</description>
|
||||
</method>
|
||||
<method name="map_get_closest_point_to_segment" qualifiers="const">
|
||||
<return type="Vector3">
|
||||
</return>
|
||||
<argument index="0" name="map" type="RID">
|
||||
</argument>
|
||||
<argument index="1" name="from" type="Vector3">
|
||||
</argument>
|
||||
<argument index="2" name="to" type="Vector3">
|
||||
</argument>
|
||||
<argument index="3" name="use_collision" type="bool" default="false">
|
||||
</argument>
|
||||
<description>
|
||||
Returns the closest point between the navigation surface and the segment.
|
||||
</description>
|
||||
</method>
|
||||
<method name="map_get_closest_point" qualifiers="const">
|
||||
<return type="Vector3">
|
||||
</return>
|
||||
<argument index="0" name="map" type="RID">
|
||||
</argument>
|
||||
<argument index="1" name="point" type="Vector3">
|
||||
</argument>
|
||||
<description>
|
||||
Returns the point closest to the provided [code]point[/code] on the navigation mesh surface.
|
||||
</description>
|
||||
</method>
|
||||
<method name="map_get_closest_point_normal" qualifiers="const">
|
||||
<return type="Vector3">
|
||||
</return>
|
||||
<argument index="0" name="map" type="RID">
|
||||
</argument>
|
||||
<argument index="1" name="point" type="Vector3">
|
||||
</argument>
|
||||
<description>
|
||||
Returns the normal for the point returned by [method map_get_closest_point].
|
||||
</description>
|
||||
</method>
|
||||
<method name="map_get_closest_point_owner" qualifiers="const">
|
||||
<return type="RID">
|
||||
</return>
|
||||
<argument index="0" name="map" type="RID">
|
||||
</argument>
|
||||
<argument index="1" name="point" type="Vector3">
|
||||
</argument>
|
||||
<description>
|
||||
Returns the owner region RID for the point returned by [method map_get_closest_point].
|
||||
</description>
|
||||
</method>
|
||||
<method name="map_get_up" qualifiers="const">
|
||||
<return type="Vector3">
|
||||
</return>
|
||||
|
||||
Reference in New Issue
Block a user