Discuss this page on this pages TalkPage
See 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. |
(armIsRadiationImmune (objGetArmorType gPlayerShip 0))
Returns True if the armor type of the forward armor is radiation immune false otherwise. Return to Functions list