Streaming::hasModelLoaded
Checks if the specified model has loaded into memory.
Syntax
mp.game.streaming.hasModelLoaded(model);
Required Arguments
- model: Model hash or name
Return value
- Boolean
Example
// todo
Checks if the specified model has loaded into memory.
mp.game.streaming.hasModelLoaded(model);
// todo