GTA V NativesgraphicsGraphics::hasHudScaleformLoadedOn this pageGraphics::hasHudScaleformLoadedCheck to see if hud component Scaleform has loaded? Syntax ```js mp.game.graphics.hasHudScaleformLoaded(hudComponent); ``` Required Arguments hudComponent: int Return value Boolean Example ```js // todo ``` See also