Black Ops III

Objective_SetSize

Sets a size for the objective that the icon will then be drawn at. Min is MIN_OBJECTIVE_ICON_SIZE = 5

Example:

Objective_SetSize( myObjNumber, myTrigger )Objective_SetSize( myObjNumber, 20, 30 )

Parameters

ParameterSummary
*objective_indexThe ID of the objective.
*entity/float The entity to get the size from or a sizeX.
[float]If sizeX was used in prvious arg, this is sizeY.

* = mandatory