Functions Documentation
View Function Edit Function
Name armGetRepairCost
Syntax (armGetRepairCost type) -> Cost to repair 1 hit point
Argument List type: The type of the armor you want to get the repair cost from. This is not the UNID.
Returns integer: The cost of repairing one point of damage of this armor.
Category cash, repair/damage, armor, armortype
Description Returns the repair cost of one point of damage for this armor type.
Example
(armGetRepairCost (objGetArmorType gPlayerShip 0))
This returns the cost of repairing one point of damage on your forward armor.
Comment More armor type fun. The only way to get this is to install it and do objGetArmorType. :P