native
precache_model
Syntax
native precache_model(const name[]);
Description
Precaches a model file.
Parameters
| name | Path to the model file |
|---|
Note
Can only be used inside of the plugin_precache() forward.
Return
Unique cache id of the model
Error
If called outside of the plugin_precache() forward, an error is
thrown.