Functions Documentation
View Function Edit Function
Name shpGetArmor
Syntax (shpGetArmor ship number)
Argument List ship: The ship that you want to get the armor from.
number: Where on the ship you want to get the armor from.
Returns itemStruct: The item struct of the armor.
Category ship, armor
Description Returns what armor the ship is equipped with at the given location.
Example
(shpGetArmor gplayership 0)

Returns an item struct of the forward armor.
Comment Useful for testing various things about the ships armor.