summaryrefslogtreecommitdiffstats
path: root/doc/classes/NavigationRegion2D.xml
diff options
context:
space:
mode:
authorYuri Sizov <11782833+YuriSizov@users.noreply.github.com>2022-08-15 16:17:25 +0300
committerGitHub <noreply@github.com>2022-08-15 16:17:25 +0300
commitdeec057ff89948ae2e4a45bada4c8a32553f3ca3 (patch)
treed8279dd1cdff28b12551098a0234241a6b79c373 /doc/classes/NavigationRegion2D.xml
parent9145420a65cdb522c98865863f9d5434193e6f81 (diff)
parentef942718a08aab9bb2432e245cdcab773cf61540 (diff)
downloadredot-engine-deec057ff89948ae2e4a45bada4c8a32553f3ca3.tar.gz
Merge pull request #64319 from asmaloney/doc-params-5
[doc] Use "param" instead of "code" to refer to parameters (5)
Diffstat (limited to 'doc/classes/NavigationRegion2D.xml')
-rw-r--r--doc/classes/NavigationRegion2D.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/classes/NavigationRegion2D.xml b/doc/classes/NavigationRegion2D.xml
index 655d51b25c..89f7dcb4af 100644
--- a/doc/classes/NavigationRegion2D.xml
+++ b/doc/classes/NavigationRegion2D.xml
@@ -18,7 +18,7 @@
<return type="bool" />
<param index="0" name="layer_number" type="int" />
<description>
- Returns whether or not the specified layer of the [member navigation_layers] bitmask is enabled, given a [code]layer_number[/code] between 1 and 32.
+ Returns whether or not the specified layer of the [member navigation_layers] bitmask is enabled, given a [param layer_number] between 1 and 32.
</description>
</method>
<method name="get_region_rid" qualifiers="const">
@@ -32,7 +32,7 @@
<param index="0" name="layer_number" type="int" />
<param index="1" name="value" type="bool" />
<description>
- Based on [code]value[/code], enables or disables the specified layer in the [member navigation_layers] bitmask, given a [code]layer_number[/code] between 1 and 32.
+ Based on [param value], enables or disables the specified layer in the [member navigation_layers] bitmask, given a [param layer_number] between 1 and 32.
</description>
</method>
</methods>