util.PrecacheModel
From GMod Wiki
Function | |
Syntax |
util.PrecacheModel( String filename ) Where is this used? |
Description: | |
Precaches a model. | |
Returns: | nil |
Part of Library: | Util |
Realm: | |
BBCode Link: | [b][url=http://wiki.garrysmod.com/?title=Util.PrecacheModel]Util.PrecacheModel [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b] |
Example
Description | Precaches the model "hi.mdl" file. |
---|---|
Used on | |
Code | util.PrecacheModel("model/path/hi.mdl") |
Output | N/A |