Functions Documentation |
|
Name |
armIsRadiationImmune |
Syntax |
(armIsRadiationImmune type) -> True/Nil |
Argument List |
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, radiation, armortype
|
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. |
Comment |
Yay no more ArmorType after this. |