classref: Sync with current 3.5 branch (af8a02dd)

This commit is contained in:
Rémi Verschelde
2022-06-01 00:41:12 +02:00
parent f3f7deca85
commit 95ae1de7d1
92 changed files with 2119 additions and 375 deletions

View File

@@ -139,6 +139,8 @@ If ``exact_match`` is ``false``, it ignores additional input modifiers for :ref:
Returns an array of :ref:`InputEvent<class_InputEvent>`\ s associated with a given action.
\ **Note:** When used in the editor (e.g. a tool script or :ref:`EditorPlugin<class_EditorPlugin>`), this method will return events for the editor action. If you want to access your project's input binds from the editor, read the ``input/*`` settings from :ref:`ProjectSettings<class_ProjectSettings>`.
----
.. _class_InputMap_method_get_actions: