Call of Duty Script Documentation
magicbullet ( <weaponName>, <sourceLoc>, <destLoc> )
ModuleWeapons
Summary
Fire a 'magic bullet', from the source location towards the destination point.
Example
magicbullet("mosin_nagant_sniper", self.origin, target.origin)
Minimum Number of arguments: 3
1 : <weaponName> The name of the weapon
2 : <start> The bullet tracer starting point
3 : <end> The end point
Number of optional arguments: 0
Return to Function List