Discuss this page on this pages [[armIsRadiationImmune Talk Page|TalkPage]] === armIsRadiationImmune === See [[http://xelerus.de/index.php?s=functions&function=9|armIsRadiationImmune at Xelerus]] ^ Syntax | (armIsRadiationImmune type) -> True/Nil | ^ Arguments | type: The type of the armor you want to get if the armor is radiation immune from. This is not the UNID. | ^ Returns | boolean: True if the armor is radiation immune ,otherwise returns Nil. | ^ Category | [[armor]], [[armortype]], [[radiation]] | ^ Description | Checks to see if the armor is radiation immune and returns the result. | === Example === (armIsRadiationImmune (objGetArmorType gPlayerShip 0))Returns True if the armor type of the forward armor is radiation immune false otherwise. Return to [[:Functions]] list