Use it to create a flexible list of all possible actions with their binding in the project.

It’s possible to reconfigure bindings at runtime, essentially giving the player an option to reconfigure controls.

Configured under Project > Project Settings > Input Map.

func _process(delta):
	if Input.is_action_pressed("ui_right"):
		# Move right.