Controls::enableAllControlActions

From RAGE Multiplayer Wiki
Revision as of 09:32, 14 January 2019 by MrPancakers (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Client-Side
Function

Js.png JavaScript



Enables all controls within a given Input Group.

Syntax

mp.game.controls.enableAllControlActions(inputGroup);

Required Arguments

Return value

  • Undefined

Example

// todo

See also

Template:Controls s function c