Controls::isControlEnabled

From RAGE Multiplayer Wiki
Revision as of 00:19, 12 July 2018 by MrPancakers (talk | contribs) (Removed inputGroup list and linked to the pages)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Checks if the control is enabled.
Input Groups
Controls

Syntax

mp.game.controls.isControlEnabled(inputGroup, control);

Required Arguments

  • inputGroup: int
  • control: int

Return value

  • Boolean

Example

// todo

See also

Template:Controls s function c