Call of Duty Script Documentation
precachemodel(<model>)
ModulePrecache
Summary
Precaches the given model. It must be called before any wait statements in the level script.
Example
precachemodel("xmodel/prop_panzerfaust_lid");
Minimum Number of arguments: 1
1 : <model> The name of the model to precache.
Number of optional arguments: 0
Return to Function List