Black Ops III

SetWaterDisturbanceParams

Sets parameters describing the water disturbance created by the (script mover) entity

Example:

self SetWaterDisturbanceParams( 0.5, 500, 1500, 0.2, 70 )

Parameters

ParameterSummary
*forceThe force of the disturbance influences the height and size of the wave
*lengthHow long the wave is in the direction of travel
*widthHow wide the wave is (across direction of travel)
*dampingHow much the wave damps the water after it travels; larger values (>1) will cause the wave to leave very little wake, smaller values will leave lots of disturbance behind the wave. Keep > 0.
*angleThe angle of the surge line in degrees; 0 -> +X

* = mandatory