Functions Documentation
View Function Edit Function
Name objGetArmorName
Syntax (objGetArmorName spaceObject number)
Argument List spaceObject: The space object that you want to get the name of the segment of.
number: The segment number that you want to get the name of.
Returns string: The name of the segment.
Category name, armor, spaceobject
Description Returns the name of the segment.
Example
(objGetArmorName gPlayerShip 0)

Returns the string forward.
Comment A bit misleading name but it basically just gets the armor sections name. Maybe objGetArmorSectionName would work better.