Black Ops III

Bobbing

Causes a script entity to bob around its origin, along a given vector dir

Example:

self Bobbing( directionVir, 0.3, 0.4, 0.0f )

Parameters

ParameterSummary
*direction vectorThe direction of the bobbing
*amplitudeThe amount of the bobbing in units
*periodThe period of the bobbing in seconds
phaseThe phase offset of the bobbing

* = mandatory