Discuss this page on this pages [[objIsAbandoned Talk Page|TalkPage]] === objIsAbandoned === See [[http://xelerus.de/index.php?s=functions&function=116|objIsAbandoned at Xelerus]] ^ Syntax | (objIsAbandoned spaceObject) | ^ Arguments | spaceObject: The space object you want to see if it is abandoned. | ^ Returns | condition: True if the space object is abandoned. Nil otherwise. | ^ Category | [[condition query]], [[spaceobject]] | ^ Description | Checks to see if the space object is abandoned. (ie has been destroyed) | === Example === (objIsAbandoned gplayership) Returns Nil. No time will the player ship be abandoned until the game is over. (objIsAbandoned Nil) returns True--useful when a station has been destroyed (from 0.99) Return to [[:Functions]] list