Controls::getControlValue

From RAGE Multiplayer Wiki
Revision as of 21:05, 6 May 2017 by Marty uploader (talk | contribs) (yay)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search



0, 1 and 2 used in the scripts. 0 is by far the most common of them.

Syntax

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

Required Arguments

  • inputGroup: int
  • control: int

Return value

  • int

Example

// todo

See also

Template:Controls s function c