Black Ops III

IsVehicleImmuneToDamage

This checks the vehicle GDT settings related to bulletdamage, grenadedamage, etc.

Example:

if ( vehicle IsVehicleImmuneToDamage( flags, mod, weapon ) )

Parameters

ParameterSummary
*Damage FlagsInteger specifying flags that are to be applied to the damage
*Means Of DeathInteger specifying the method of death
*WeaponThe weapon number of the weapon used to inflict the damage

* = mandatory