Editors Note: Needs consistent description of "type"
Functions Documentation
View Function Edit Function
Name armGetName
Syntax (armGetName type) -> Name of the armor
Argument List type: The type of the armor you want to get the name from. This is not the UNID.
Returns string: The name of the armor
Category name, armor, armortype
Description Returns the name of the type of armor you passed to it.
Example
(armGetName (objGetArmorType gPlayerShip 0))
This returns your forward armor.
Comment I don't really understand what is the point of type. Anyone have any clues on that? Item Create works with UNID but not this.