Update private tags

This commit is contained in:
F507DMT
2019-01-07 21:23:08 +06:00
committed by GitHub
parent 0391fef4ff
commit b4e5a38db5

View File

@@ -1,7 +1,8 @@
private["_unit","_hp","_selection","_strH","_dam"];
_unit = _this select 0; _unit = _this select 0;
_hp = _this select 1; _hp = _this select 1;
_selection = getText (configFile >> "CfgVehicles" >> (typeOf _unit) >> "HitPoints" >> _hp >> "name"); _selection = getText (configFile >> "CfgVehicles" >> (typeOf _unit) >> "HitPoints" >> _hp >> "name");
_dam = _unit getHit _selection; _dam = _unit getHit _selection;
[_dam, _selection]; [_dam, _selection];