Functions Documentation
View Function Edit Function
Name shpIsRadioactive
Syntax (shpIsRadioactive ship)
Argument List ship: The ship that you want check if it is radioactive.
Returns condition: True if the ship is radioactive, Nil otherwise.
Category deprecated, ship, condition query, radiation
Description Checks to see if the ship is radioactive.
Example
(shpIsRadioactive gplayership)


Checks to see if the player's ship is radioactive and returns the result.
Comment DEPRECATED in 1.04: use objIsRadioactive instead.
Basic query function to check if a ship is radioactive.