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).
- 04:23, 25 April 2024 Shr0x talk contribs created page Ui::setShowHudComponentsThisFrameBatch (Created page with "{{ClientsideJsFunction}} {{JSContainer| === Required Params === *'''show''' {{RageType|Boolean}} *'''components''' {{RageType|Number[]}} === Return Value === *'''void''' {{RageType|void}} ==Syntax== <pre> mp.game.hud.setShowHudComponentsThisFrameBatch(show, components); </pre> ==Example== {{ClientsideCode| <syntaxhighlight lang="javascript"> const hudComponents = { HUD_WANTED_STARS: 1, HUD_WEAPON_ICON: 2, HUD_CASH: 3, HUD_MP_CASH: 4 } //hide hud comp...")