Black Ops III

EnableSpeedBlur

Sets a speed blur on on the screen with parameters

Example:

EnableSpeedBlur( localClientNum, .02, .5, .75, true, 300.0 )

Parameters

ParameterSummary
*localClientNumClient number of the player
*amountBlur Amount ( 0.0 - 1.0 )
*inner radiusThe size of the inner radius ( 0.0 - 1.0 )
*inner outerradiusThe size of the inner radius ( 0.0 - 1.0 )
velocityShouldScalefalse don't scale with velocity, true scale
velocityScaleSpecify the velocity when the scale is 1.0
blurInTimeSpecify the time it takes to complete a blur in
blurOutTimeSpecify the time it takes to complete a blur out
shouldOffsetSpecify whether the blur should change as you move left/right or up/down

* = mandatory