Functions Documentation |
|
Name |
armGetRepairTech |
Syntax |
(armGetRepairTech type) -> Tech level required to repair |
Argument List |
type: The type of the armor you want to get the repair tech from. This is not the UNID. |
Returns |
integer: The tech level needed for a station to repair this armor. |
Category |
armor, repair/damage, station, armortype
|
Description |
Returns the tech level needed to repair this armor type for a station. |
Example |
(armGetRepairTech (objGetArmorType gPlayerShip 0)) This returns the tech needed to repair this armor. |
Comment |
This is not a real limitation it is more of a by convention no station below the tech level can repair the armor. |