Reference API Roblox

Engine API

Website

Related

Reference API Roblox

InputActionType

This enum is used by InputAction.Type to determine which input data type the InputAction will receive.

Items 3

HistoryNameValueDescription
661Bool0

The InputAction will receive boolean values from button inputs, for example true/false on press/release from inputs such as KeyCode.ButtonA or KeyCode.E.

671Direction1D1

The InputAction will receive numerical values, generally from analog gamepad triggers such as KeyCode.ButtonL2 or KeyCode.ButtonR2.

661Direction2D2

The InputAction will receive Vector2 values, generally from thumbstick inputs such as KeyCode.Thumbstick1 and KeyCode.Thumbstick2.

Removed items 1

HistoryNameValue
671Float1

Description

This enum is used by InputAction.Type to determine which input data type the InputAction will receive.

History 6

Settings