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