GTA V NativesuiUi::isHudComponentActiveOn this pageUi::isHudComponentActiveSyntax ```js mp.game.ui.isHudComponentActive(componentIndex); ``` Required Arguments componentIndex: int (Full list: [HUD Components list](/hud-components)) Return value Boolean Example ```js // todo ``` See also