summaryrefslogtreecommitdiff
path: root/doc/classes/XRController3D.xml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/classes/XRController3D.xml')
-rw-r--r--doc/classes/XRController3D.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/classes/XRController3D.xml b/doc/classes/XRController3D.xml
index b1f498c8e3..9e192177e5 100644
--- a/doc/classes/XRController3D.xml
+++ b/doc/classes/XRController3D.xml
@@ -17,7 +17,7 @@
<return type="Vector2" />
<param index="0" name="name" type="StringName" />
<description>
- Returns a [Vector2] for the input with the given [code]name[/code]. This is used for thumbsticks and thumbpads found on many controllers.
+ Returns a [Vector2] for the input with the given [param name]. This is used for thumbsticks and thumbpads found on many controllers.
</description>
</method>
<method name="get_tracker_hand" qualifiers="const">
@@ -30,14 +30,14 @@
<return type="float" />
<param index="0" name="name" type="StringName" />
<description>
- Returns a numeric value for the input with the given [code]name[/code]. This is used for triggers and grip sensors.
+ Returns a numeric value for the input with the given [param name]. This is used for triggers and grip sensors.
</description>
</method>
<method name="is_button_pressed" qualifiers="const">
<return type="bool" />
<param index="0" name="name" type="StringName" />
<description>
- Returns [code]true[/code] if the button with the given [code]name[/code] is pressed.
+ Returns [code]true[/code] if the button with the given [param name] is pressed.
</description>
</method>
</methods>