Controls::isControlPressed
index always is 2 for xbox 360 controller and razerblade
0, 1 and 2 used in the scripts. 0 is by far the most common of them.
Syntax
mp.game.controls.isControlPressed(inputGroup, control);
Required Arguments
- inputGroup: Int (Input Groups)
- control: int
Return value
- Boolean
Example
// todo