GTA V NativesstreamingStreaming::hasModelLoadedOn this pageStreaming::hasModelLoadedChecks 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