Call of Duty Script Documentation

precacheturret(<turretInfo>)


Module
Spawn


Summary


Precaches the weapon info structure for the turret. Must be called before any wait statements in the level script 

Example


precacheturret("mg42_tank_tiger");

Minimum Number of arguments: 1


Number of optional arguments: 0



Return to Function List