Call of Duty Script Documentation
precacheturret(<turretInfo>)
ModuleSpawn
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
1 : <turretInfo> The turret info name (string)
Number of optional arguments: 0
Return to Function List