Black Ops III

AddToInterestPool

Add a script event to the sentient's interest pool.

Example:

point = self AddToInterestPool( 500, 10, 5, ai.origin, ai )

Parameters

ParameterSummary
*valueAmount the event adds to the pool. (integer)
*priorityHow important is the event. (integer)
*lifespanTime the event stays in the pool. (float)
*point of interestPosition the AI will investigate. (vector3)
*originatorEntity that caused the event.
[unique]Only one of this type can exist in the pool. (integer)

* = mandatory