Discuss this page on this pages [[objGetArmorRepairPrice Talk Page|TalkPage]] === objGetArmorRepairPrice === ^ Syntax | (objGetArmorRepairPrice obj [shipObj] armorItem hpToRepair) | ^ Arguments | obj: The object you want to get the repair price from | ^ | [shipObj]: The ship object the armor is on (optional; skip to just check an armor type) | ^ | armorItem: The armor item to be repaired | ^ | hpToRepair: A numerical HP value to repair. | ^ Returns | Price for the object to repair | ^ Category | [[spaceObject functions]]| ^ Description | Used for getting the cost of repairing a given HP amount for a given armor type from a given space object. | === Example === (objGetArmorRepairPrice gSource gPlayerShip theArmor 100) Returns the price for the source to repair 100 HP on the armor segment theArmor on the playership, in the station's default currency. Return to [[modding:function:spaceObject_functions|Space Object functions]] list Return to [[modding:functions:]] list