Renamed InputMap.get_action_list to InputMap.get_action_events
This commit is contained in:
parent
ae21b5ddad
commit
f515071edc
3 changed files with 7 additions and 7 deletions
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue