Call of Duty Script Documentation
bulletspread (<start>, <end>, <spread>)
ModuleWeapons
Summary
uses spread to return a new end position
Example
endpos = bulletspread(self.origin, target.origin, 1.0)
Minimum Number of arguments: 3
1 : <start> The bullet starting point
2 : <end> The bullet ending point
3 : <spread> Amount of spread
Number of optional arguments: 0
Return to Function List