summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <rverschelde@gmail.com>2020-06-15 19:59:07 +0200
committerGitHub <noreply@github.com>2020-06-15 19:59:07 +0200
commitf61e4216b70c91432f120b82101f0923274dcfba (patch)
treea65feb0f0660d1c82728ec025eda6cb019e3e431 /doc
parentbcef549b3eacfcaeab4ff4643e392294908368aa (diff)
parentf515071edc31340bc92b2dbc52301f54980bdfbf (diff)
Merge pull request #39439 from Lefl1/rename_get_action_list
Renamed InputMap.get_action_list to InputMap.action_get_events
Diffstat (limited to 'doc')
-rw-r--r--doc/classes/InputMap.xml2
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">