Renamed InputMap.get_action_list to InputMap.get_action_events

This commit is contained in:
Lennard
2020-06-09 23:33:32 +02:00
parent ae21b5ddad
commit f515071edc
3 changed files with 7 additions and 7 deletions

View File

@@ -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">