| Functions Documentation |
|
| Name |
objGetArmorType |
| Syntax |
(objGetArmorType spaceObject number) |
| Argument List |
spaceObject: The space object that you want to get the type of armor from.
number: The segment number that you want to get the name of. |
| Returns |
ArmorType: The armor type of the armor at that segment. |
| Category |
armor, spaceobject
|
| Description |
Returns the armortype of the armor segment. |
| Example |
(objGetArmorType gPlayerShip 0)
Returns the armor type of the player ships forward armor. |
| Comment |
Evil function that will hopefully will be fazed out. |