Black Ops III

GetPointInBounds

Returns a point within an entity's bounds.

Example:

targetForwardPnt = helo GetPointInBounds( 1.0, 0.0, 0.0 )

Parameters

ParameterSummary
*ratio_ForwardBack1.0 is full forward, -1.0 is full backwards.
*ratio_LeftRight1.0 is full left, -1.0 is full right.
*ratio_UpDown1.0 is full up, -1.0 is full down.

* = mandatory