Controls::isControlEnabled
Revision as of 00:19, 12 July 2018 by MrPancakers (talk | contribs) (Removed inputGroup list and linked to the pages)
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