Functions Documentation
View Function Edit Function
Name shpIsSRSEnhanced
Syntax (shpIsSRSEnhanced ship)
Argument List ship: The ship that you want check if it's SRS is enhanced.
Returns condition: True if the ship's SRS is enhanced, Nil otherwise.
Category enhancement, ship, condition query
Description Checks to see if the ship's SRS is enhanced.
Example
(shpIsSRSEnhanced gplayership)

Checks to see if the player's ship's SRS is enhanced and returns the result.
Comment Basic query function to check if a ship's SRS is enhanced.