Black Ops III

SetSlowMotion

sets the current slow motion timescale interpolation.

Example:

SetSlowMotion( 1.0, 0.25, 0.5 )

Parameters

ParameterSummary
*startTimescaleThe initial timescale.
[endTimescale]The final timescale. Default to 1.
[deltaTime]The time to go from start to end timescale. Default to 1. (in seconds)

* = mandatory