From 4596894c8eb63cb175281f88cd57b610b51bcbb5 Mon Sep 17 00:00:00 2001 From: Hugo Locurcio Date: Tue, 12 Aug 2025 19:15:46 +0200 Subject: [PATCH] Clarify the types `InputEvent.is_action_type()` will return `true` for --- doc/classes/InputEvent.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/classes/InputEvent.xml b/doc/classes/InputEvent.xml index 044909ce0a6..e4ead0e8c52 100644 --- a/doc/classes/InputEvent.xml +++ b/doc/classes/InputEvent.xml @@ -68,7 +68,7 @@ - Returns [code]true[/code] if this input event's type is one that can be assigned to an input action. + Returns [code]true[/code] if this input event's type is one that can be assigned to an input action: [InputEventKey], [InputEventMouseButton], [InputEventJoypadButton], [InputEventJoypadMotion], [InputEventAction]. Returns [code]false[/code] for all other input event types.