Skip to main content

Streaming::hasModelLoaded

Checks if the specified model has loaded into memory.

Syntax

```js mp.game.streaming.hasModelLoaded(model); ```

Required Arguments

  • model: Model hash or name

Return value

  • Boolean

Example

```js // todo ```

See also