Call of Duty Script Documentation
setblur(<target_blur>, <time>)
ModuleEffects
Summary
Blur the screen over a period of time.
Example
setblur( 10.3, 3.0 );
Minimum Number of arguments: 2
1 : <target_blur> The final blur. The value is pixels for Gaussian blur at 640x480. Must be a floating point value greater than 0.
2 : <time> Time in seconds
Number of optional arguments: 0
Return to Function List