Ui::hideScriptedHudComponentThisFrame
Syntax
```js mp.game.ui.hideScriptedHudComponentThisFrame(componentIndex); ```
Required Arguments
- componentIndex: int (Full list: [HUD Components list](/hud-components))
Return value
Example
```js // todo ```
See also