Call of Duty Script Documentation
objective_icon(<objective_number>, <icon>)
ModuleObjective
Summary
Set the compass icon for an objective
Example
objective_icon(0, game["radio_none"]);
Minimum Number of arguments: 2
1 : <objective_number> The ID of the objective to alter
2 : <icon> A compass icon
Number of optional arguments: 0
Return to Function List