Functions Documentation
View Function Edit Function
Name shpGetArmorCount
Syntax (shpGetArmorCount ship)
Argument List ship: The ship that you want to get how many segments of armor it has.
Returns number: The number of segments of armor that the ship has.
Category ship, armor
Description Returns how many segments of armor the ship has.
Example
(shpGetArmorCount gplayership)

Returns 4 for the vanilla ships.
Comment Useful for fors that iterate over a ships armor.