Click or drag to resize

InputMapHasAction Method

Returns true if the InputMap has a registered action with the given name.

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

Parameters

action
Type: SystemString

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

Return Value

Type: Boolean

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

See Also