From c6f28ed62b5b24033439e6c5d8517883d93c5f53 Mon Sep 17 00:00:00 2001 From: Nick H <62965063+SirQuartz@users.noreply.github.com> Date: Fri, 2 Jul 2021 00:02:28 -0400 Subject: Add `get_dead_zone()` method to `InputMap` This commit adds a new method to the `InputMap`, allowing the user to get the value of an action's dead zone as a float. --- doc/classes/InputMap.xml | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'doc/classes') 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. + + + + + + + Returns a deadzone value for the action. + + -- cgit v1.2.3