/* * Author: commy2 * Returns all hitpoints and their respective selections of any vehicle. Might contain duplicates for non unique hitpoints in turrets. * * Arguments: * 0: Vehicle * * Return Value: * 0: Hitpoints * 1: Selections * * Public: Yes * * Deprecated */ #include "script_component.hpp" params ["_vehicle"]; private "_hitPointsWithSelections"; _hitPointsWithSelections = getAllHitPointsDamage _vehicle; _hitPointsWithSelections resize 2; _hitPointsWithSelections