Streaming::requestModel

From RAGE Multiplayer Wiki
Revision as of 21:32, 6 May 2017 by Marty uploader (talk | contribs) (yay)

Request a model to be loaded into memory

Looking it the disassembly, it seems like it actually returns the model if it's already loaded.

Syntax

mp.game.streaming.requestModel(model);

Required Arguments

  • model: Model hash or name

Return value

  • Undefined

Example

// todo

See also

Template:Streaming s function c