Functions Documentation
View Function Edit Function
Name objIsShip
Syntax (objIsShip spaceObject)
Argument List spaceObject: The space object you want to see if it is a ship.
Returns condition: True if the space object is a ship. Nil otherwise.
Category spaceobject, condition query
Description Returns if the space object is a ship.
Example
(objIsShip gplayership)

Returns True. (the player's ship is a ship)
Comment Basic conditional query for space objects.