Skip to content

Commit ee89536

Browse files
committed
Merge pull request #106195 from timothyqiu/action-type
Fix type error in `InputEventAction.action` description
2 parents 4e1050e + 664b2f7 commit ee89536

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/classes/InputEventAction.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
</tutorials>
1515
<members>
1616
<member name="action" type="StringName" setter="set_action" getter="get_action" default="&amp;&quot;&quot;">
17-
The action's name. Actions are accessed via this [String].
17+
The action's name. This is usually the name of an existing action in the [InputMap] which you want this custom event to match.
1818
</member>
1919
<member name="event_index" type="int" setter="set_event_index" getter="get_event_index" default="-1">
2020
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].

0 commit comments

Comments
 (0)