Discuss this page on this pages TalkPage

armGetRepairTech

See armGetRepairTech at Xelerus

Syntax (armGetRepairTech type) → Tech level required to repair
Arguments 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, armortype, damage, station
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. Return to Functions list