Hosting and domain costs until October 2024 have been generously sponsored by dumptruck_ds. Thank you!

Difference between revisions of "setmodel"

From Quake Wiki

(Created page with "Syntax:<br/> <code>setmodel(entity e, string path)</code> Makes the entity <code>e</code> use the model that is found in the <code>path</code>. This model must be precached ...")
 
Line 3: Line 3:
  
 
Makes the entity <code>e</code> use the model that is found in the <code>path</code>.  This model must be precached before it can be used.
 
Makes the entity <code>e</code> use the model that is found in the <code>path</code>.  This model must be precached before it can be used.
 +
 +
[[Category:QuakeC Function]]

Revision as of 00:20, 25 March 2013

Syntax:
setmodel(entity e, string path)

Makes the entity e use the model that is found in the path. This model must be precached before it can be used.