#include "..\script_component.hpp" /* * Function: forge_client_task_fnc_explosivesModule * Author: Creedcoder, J. Schmidt * * Description: * Initializes the explosives module. * * Arguments: * 0: Logic - The logic object * 1: Units - The array of units * 2: Activated - Whether the module is activated * * Return Value: * None * * Example: * [logicObject, [unit1, unit2], true] call forge_client_task_fnc_explosivesModule; * * Public: No */ params [["_logic", objNull, [objNull]], ["_units", [], [[]]], ["_activated", true, [true]]]; if !(_activated) exitWith {};