Editors Note: (needs to be updated)
Functions Documentation
View Function Edit Function
Name objIsAbandoned
Syntax (objIsAbandoned spaceObject)
Argument List 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)
Comment Basic conditional query for space objects.