From f515071edc31340bc92b2dbc52301f54980bdfbf Mon Sep 17 00:00:00 2001 From: Lennard Date: Tue, 9 Jun 2020 23:33:32 +0200 Subject: Renamed InputMap.get_action_list to InputMap.get_action_events --- doc/classes/InputMap.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/classes/InputMap.xml b/doc/classes/InputMap.xml index da93d7fb53..842c69de27 100644 --- a/doc/classes/InputMap.xml +++ b/doc/classes/InputMap.xml @@ -95,7 +95,7 @@ Returns [code]true[/code] if the given event is part of an existing action. This method ignores keyboard modifiers if the given [InputEvent] is not pressed (for proper release detection). See [method action_has_event] if you don't want this behavior. - + -- cgit v1.2.3