Discuss this page on this pages [[shpCanInstallArmor Talk Page|TalkPage]] === shpCanInstallArmor === See [[http://xelerus.de/index.php?s=functions&function=172|shpCanInstallArmor at Xelerus]] ^ Syntax | (shpCanInstallArmor ship itemStruct) | ^ Arguments | ship: The ship that you want to see if it can equip the armor. | ^ | itemStruct: The armor you want to see if it can be equipped. | ^ Returns | number: 1 if the armor is to heavy, 0 if it can be installed. | ^ Category | [[ship]] | ^ Description | Checks to see if the ship can install that armor. | === Example === (shpCanInstallArmor gPlayerShip (itmCreate 0x4001 1)) Returns 0 because all player ships can install light titanium armor. Return to [[:Functions]] list