From 664b2f7c71e433ac995e2de6ab07deac646a86ee Mon Sep 17 00:00:00 2001 From: Haoyu Qiu Date: Fri, 9 May 2025 11:08:07 +0800 Subject: [PATCH] Fix type error in InputEventAction.action description --- doc/classes/InputEventAction.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/classes/InputEventAction.xml b/doc/classes/InputEventAction.xml index e082adeca0c..85cb85bd1c8 100644 --- a/doc/classes/InputEventAction.xml +++ b/doc/classes/InputEventAction.xml @@ -14,7 +14,7 @@ - The action's name. Actions are accessed via this [String]. + The action's name. This is usually the name of an existing action in the [InputMap] which you want this custom event to match. The real event index in action this event corresponds to (from events defined for this action in the [InputMap]). If [code]-1[/code], a unique ID will be used and actions pressed with this ID will need to be released with another [InputEventAction].