Discuss this page on this pages [[objIsShip Talk Page|TalkPage]] === objIsShip === See [[http://xelerus.de/index.php?s=functions&function=119|objIsShip at Xelerus]] ^ Syntax | (objIsShip spaceObject) | ^ Arguments | 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 | [[condition query]], [[spaceobject]] | ^ Description | Returns if the space object is a ship. | === Example === (objIsShip gplayership) Returns True. (the player's ship is a ship) Return to [[:Functions]] list