diff options
author | RĂ©mi Verschelde <remi@verschelde.fr> | 2021-07-02 10:58:01 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-02 10:58:01 +0200 |
commit | 276f25688d30fc98822e65286675433e43dc2ad9 (patch) | |
tree | 9ca907f368c8d8a7e902910580d52ec4bf333cfe /doc/classes | |
parent | eefe276a82c5ed080c10ac7c991e0348642621b2 (diff) | |
parent | c6f28ed62b5b24033439e6c5d8517883d93c5f53 (diff) |
Merge pull request #50065 from SirQuartz/patch-1
Add `action_get_deadzone()` method to `InputMap`
Diffstat (limited to 'doc/classes')
-rw-r--r-- | doc/classes/InputMap.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/classes/InputMap.xml b/doc/classes/InputMap.xml index 0fb18d8e81..3948ab0208 100644 --- a/doc/classes/InputMap.xml +++ b/doc/classes/InputMap.xml @@ -41,6 +41,15 @@ Removes all events from an action. </description> </method> + <method name="action_get_deadzone"> + <return type="float"> + </return> + <argument index="0" name="action" type="StringName"> + </argument> + <description> + Returns a deadzone value for the action. + </description> + </method> <method name="action_get_events"> <return type="Array"> </return> |