Fixed a missing word

This commit is contained in:
Emily
2023-10-05 16:19:48 -07:00
parent f2ba8ec6ca
commit 3f7025b2ed

View File

@ -67,7 +67,7 @@
<param index="0" name="action" type="StringName" /> <param index="0" name="action" type="StringName" />
<param index="1" name="exact_match" type="bool" default="false" /> <param index="1" name="exact_match" type="bool" default="false" />
<description> <description>
Returns a value between 0 and 1 representing the intensity of the given action. In a joypad, for example, the further away the axis (analog sticks or L2, R2 triggers) is from the dead zone, the closer the value will be to 1. If the action is mapped to a control that has no axis as the keyboard, the value returned will be 0 or 1. Returns a value between 0 and 1 representing the intensity of the given action. In a joypad, for example, the further away the axis (analog sticks or L2, R2 triggers) is from the dead zone, the closer the value will be to 1. If the action is mapped to a control that has no axis such as the keyboard, the value returned will be 0 or 1.
If [param exact_match] is [code]false[/code], it ignores additional input modifiers for [InputEventKey] and [InputEventMouseButton] events, and the direction for [InputEventJoypadMotion] events. If [param exact_match] is [code]false[/code], it ignores additional input modifiers for [InputEventKey] and [InputEventMouseButton] events, and the direction for [InputEventJoypadMotion] events.
</description> </description>
</method> </method>