Objective.setIcon 135

Update the icon of a Scripted Mission Objective from the icon Id.
This function impacts network performance during online gameplay, so don't call it too often.
Possible Ids are:
"0": Conquer area icon.
"1": Defend area icon.
"2": Clear area icon.
"3": Destroy AT gun icon.
"4": Destroy vehicle icon.
"5": Important area icon.


Return value

Return TypeDescription
voidthis function doesn't return anything

Parameters

ParameterTypeDescription
1integerThe Id of the icon to set.

Examples

No examples available.


Back to Scripting API