Streaming::isModelValid

From RAGE Multiplayer Wiki

Returns whether the specified model exists in the game.

Syntax

mp.game.streaming.isModelValid(model);

Required Arguments

  • model: Model hash or name

Return value

  • Boolean

Example

// todo

See also