Epoch/Sources/epoch_code/compile/EPOCH_supportCopter.sqf

18 lines
540 B
Plaintext
Raw Normal View History

2015-12-07 16:24:52 +00:00
/*
Author: Andrew Gregory - EpochMod.com
Contributors: Aaron Clark
Description:
Spawn drone function
Licence:
Arma Public License Share Alike (APL-SA) - https://www.bistudio.com/community/licenses/arma-public-license-share-alike
Github:
2016-06-13 16:54:19 +00:00
https://github.com/EpochModTeam/Epoch/tree/release/Sources/epoch_code/compile/EPOCH_supportCopter.sqf
2015-12-07 16:24:52 +00:00
*/
{
[_x, player, true, _this] call EPOCH_unitSpawn;
} forEach (["CfgEpochClient", "uavAlertUnitSpawnTemplate", ["I_Soldier_EPOCH"]] call EPOCH_fnc_returnConfigEntryV2);