summaryrefslogtreecommitdiff
path: root/doc/classes/NavigationServer2D.xml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/classes/NavigationServer2D.xml')
-rw-r--r--doc/classes/NavigationServer2D.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/classes/NavigationServer2D.xml b/doc/classes/NavigationServer2D.xml
index 103de8eddb..60d473a103 100644
--- a/doc/classes/NavigationServer2D.xml
+++ b/doc/classes/NavigationServer2D.xml
@@ -155,7 +155,7 @@
<return type="float" />
<param index="0" name="link" type="RID" />
<description>
- Returns the [code]enter_cost[/code] of this [code]link[/code].
+ Returns the enter cost of this [param link].
</description>
</method>
<method name="link_get_map" qualifiers="const">
@@ -190,7 +190,7 @@
<return type="float" />
<param index="0" name="link" type="RID" />
<description>
- Returns the [code]travel_cost[/code] of this [code]link[/code].
+ Returns the travel cost of this [param link].
</description>
</method>
<method name="link_is_bidirectional" qualifiers="const">
@@ -429,7 +429,7 @@
<return type="float" />
<param index="0" name="region" type="RID" />
<description>
- Returns the [code]enter_cost[/code] of this [param region].
+ Returns the enter cost of this [param region].
</description>
</method>
<method name="region_get_map" qualifiers="const">
@@ -457,7 +457,7 @@
<return type="float" />
<param index="0" name="region" type="RID" />
<description>
- Returns the [code]travel_cost[/code] of this [param region].
+ Returns the travel cost of this [param region].
</description>
</method>
<method name="region_owns_point" qualifiers="const">