Skip to content

Commit

Permalink
Update fn_training_addTargetComputer.sqf
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreasBrostrom authored Jul 24, 2024
1 parent aceee86 commit c9cf2ee
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions cScripts/functions/systems/fn_training_addTargetComputer.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,11 @@
* Arguments:
* 0: resetButtonObject <OBJECT>
* 1: listOfTargets <ARRAY>
* 1: actionCaption <STRING> (Optional)
* 2: actionCaption <STRING> (Optional)
*
* Return:
* ActionID
*
* Example:
* [this, [MyTargetVariableName], "Reset Range Targets"] call cScripts_fnc_training_addTargetComputer;
* [this, [T1,T2,T3,T4]] call cScripts_fnc_training_addTargetComputer;
Expand All @@ -33,7 +36,6 @@ params [
_target setVariable ["BIS_isPopping", false];

_target animate ["Terc", 1];

}];
} forEach _targets;

Expand Down

0 comments on commit c9cf2ee

Please sign in to comment.