Click or drag to resize

InputMapActionHasEvent Method

Returns true if the action has the given InputEvent associated with it.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public static bool ActionHasEvent(
	string action,
	InputEvent event
)

Parameters

action
Type: SystemString

[Missing <param name="action"/> documentation for "M:Godot.InputMap.ActionHasEvent(System.String,Godot.InputEvent)"]

event
Type: GodotInputEvent

[Missing <param name="event"/> documentation for "M:Godot.InputMap.ActionHasEvent(System.String,Godot.InputEvent)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Godot.InputMap.ActionHasEvent(System.String,Godot.InputEvent)"]

See Also