PreCacheModel( <model> )


Module: Precache

Summary:

Precaches the given model. It must be called before any wait statements in the level script.



Example:

PreCacheModel( "prop_panzerfaust_lid" );



Required Args:

  • 1 : <model> The name of the model to precache.