All public logs

Combined display of all available logs of RAGE Multiplayer Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 04:11, 25 April 2024 Shr0x talk contribs created page Controls::setDisableControlActionBatch (Created page with "{{ClientsideJsFunction}} {{JSContainer| === Required Params === *'''isMoveOrLookInputGroup''' {{RageType|Boolean}} *'''controls''' {{RageType|Number[]}} === Return Value === *'''void''' {{RageType|void}} ==Syntax== <pre> mp.game.controls.setDisableControlActionBatch(isMoveOrLookInputGroup, controls); </pre> ==Example== {{ClientsideCode| <syntaxhighlight lang="javascript"> const disablePlayerControls = [ 0, 30, 31, 21, 36, 22, 44, 38, 71, 72, 59, 60, 42, 43, 85, 8...")