Skip to main content

Graphics::hasHudScaleformLoaded

Check 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