classref: Sync with current master branch (0c51ede)

This commit is contained in:
Godot Organization
2025-08-16 03:34:08 +00:00
parent 2bd6c9d996
commit 2f7bad6ef9
17 changed files with 316 additions and 25 deletions

View File

@@ -224,7 +224,7 @@ If ``exact_match`` is ``false``, it ignores additional input modifiers for :ref:
:ref:`bool<class_bool>` **is_action_type**\ (\ ) |const| :ref:`🔗<class_InputEvent_method_is_action_type>`
Returns ``true`` if this input event's type is one that can be assigned to an input action.
Returns ``true`` if this input event's type is one that can be assigned to an input action: :ref:`InputEventKey<class_InputEventKey>`, :ref:`InputEventMouseButton<class_InputEventMouseButton>`, :ref:`InputEventJoypadButton<class_InputEventJoypadButton>`, :ref:`InputEventJoypadMotion<class_InputEventJoypadMotion>`, :ref:`InputEventAction<class_InputEventAction>`. Returns ``false`` for all other input event types.
.. rst-class:: classref-item-separator