Black Ops III

GetBestInfluencepos

returns the influence map position for ai, this is custom logic to return the closest posistion between the passed in thresholds

Example:

dir = self GetBestInfluencePos( index, low, high)

Parameters

ParameterSummary
*indexwhich influence map to use
*lowthe low threshold value to check against
*highthe high threshold value to check against

* = mandatory