Call of Duty Script Documentation

precachemodel(<model>)


Module
Precache


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


Number of optional arguments: 0



Return to Function List