Renamed InputMap.get_action_list to InputMap.get_action_events
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user