Skip to main content

Controls::enableControlAction

Enables a control so it can be used.

Syntax

``` mp.game.controls.enableControlAction(inputGroup, control, enable); ```

Required Arguments

  • inputGroup: ([Input Groups](/inputgroup))
  • control: ([Game Controls](/controls))
  • enable:

Return value

  • Undefined

Example

``` // todo ```

See also