diff options
author | Lennard <lefl@tutanota.de> | 2020-06-09 23:33:32 +0200 |
---|---|---|
committer | Lennard <lefl@tutanota.de> | 2020-06-15 14:01:53 +0200 |
commit | f515071edc31340bc92b2dbc52301f54980bdfbf (patch) | |
tree | f0df64c534c628f7a46f08e1370cb1feabf48e48 /doc | |
parent | ae21b5ddad844b92d055dd77dca5ce84d56b9719 (diff) |
Renamed InputMap.get_action_list to InputMap.get_action_events
Diffstat (limited to 'doc')
-rw-r--r-- | doc/classes/InputMap.xml | 2 |
1 files changed, 1 insertions, 1 deletions
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. </description> </method> - <method name="get_action_list"> + <method name="action_get_events"> <return type="Array"> </return> <argument index="0" name="action" type="StringName"> |